#ED2FF1

Color #ED2FF1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED2FF1

Tints of Razzle Dazzle Rose #ED2FF1

Color information

#ED2FF1 (or 0xED2FF1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2F and F1. RGB value is (237,47,241). Sum of RGB (Red+Green+Blue) = 237+47+241=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED2FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2FF1 is #12D00E. Grayscale: #7D7D7D. Windows color (decimal): -1232911 or 15806445. OLE color: 15806445.

HSL color Cylindrical-coordinate representation of color #ED2FF1: hue angle of 298.76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FF1 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23747241-
CMYK0.020.8000.05
HSL298.76º87.39%56.47%-
HSV(B)298.76º80.5%94.51%-
XYZ51.8226.3985.58-
YUV125.93192.95207.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 47 (18.75% from 255) = 8.95%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=45.14%
G=8.95%
B=45.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237472410.020.8000.05298.7687.3956.47
HexED2FF12500512b5738
Octal3555736121200545312770
Binary111011011011111111000110101000001011001010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2FF1; }

 p { color: rgb(237,47,241); }

 H1.HeaderClassName
 {
   color: #ED2FF1;
 }
 .AnyTagClassName
 {
   color: #ED2FF1;
 }
</style>
background-color css

<style>
 a { background-color: #ED2FF1; }

 a { background-color: rgb(237,47,241); }

 div.DivClassName
 {
   background-color: #ED2FF1;
 }
 .BgClassName
 {
   background-color: #ED2FF1;
 }
</style>
border-color css

<style>
 span { border-color: #ED2FF1; }

 span { border-color: rgb(237,47,241); }

 td.TdClassName
 {
   border-color: #ED2FF1;
 }
 .TagClassName
 {
   border-color: #ED2FF1;
 }
</style>