Html Css Color HEX #E02ED2 Razzle Dazzle Rose

📋 copy color: '#E02ED2'

red 224 ◦ green 46 ◦ blue 210

#E02ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E02ED2

Tints of Razzle Dazzle Rose #E02ED2

RGB

 RED value IS 224 (87.89% from 255) = 46.67%

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 46.67%
G = 9.58%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E02ED2 (or 0xE02ED2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2E and D2. RGB value is (224,46,210). Sum of RGB (Red+Green+Blue) = 224+46+210=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ED2 is #1FD12D. Grayscale: #757575. Windows color (decimal): -2085166 or 13774560. OLE color: 13774560.

HSL color Cylindrical-coordinate representation of color #E02ED2: hue angle of 304.72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02ED2 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 46 210 -
CMYK 0 0.79 0.06 0.12
HSL 304.72º 0.74% 0.53% -
HSV(B) 304.72º 0.79% 0.88% -
XYZ 43.35 22.45 63.02 -
YUV 117.92 179.97 203.66 -
System Red Green Blue C M Y K H S L
Decimal 224 46 210 0 0.79 0.06 0.12 304.72 0.74 0.53
Hex E0 2E D2 0 4F 6 C 131 4A 35
Octal 340 56 322 0 117 6 14 461 112 65
Binary 11100000 101110 11010010 0 1001111 110 1100 100110001 1001010 110101

Color Harmonies of #E02ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ED2

Black with #E02ED2

Text Example


Text Example

White with #E02ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ED2; }

 p { color: rgb(224,46,210); }

 H1.HeaderClassName
 {
   color: #E02ED2;
 }
 .AnyTagClassName
 {
   color: #E02ED2;
 }
</style>

background-color css

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

 a { background-color: rgb(224,46,210); }

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

border-color css

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

 span { border-color: rgb(224,46,210); }

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