Html Css Color HEX #E02ABB Razzle Dazzle Rose

📋 copy color: '#E02ABB'

red 224 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E02ABB

Tints of Razzle Dazzle Rose #E02ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.27%

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 49.45%
G = 9.27%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E02ABB (or 0xE02ABB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and BB. RGB value is (224,42,187). Sum of RGB (Red+Green+Blue) = 224+42+187=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ABB is #1FD544. Grayscale: #707070. Windows color (decimal): -2086213 or 12266208. OLE color: 12266208.

HSL color Cylindrical-coordinate representation of color #E02ABB: hue angle of 312.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02ABB is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 187 -
CMYK 0 0.81 0.17 0.12
HSL 312.2º 0.75% 0.52% -
HSV(B) 312.2º 0.81% 0.88% -
XYZ 40.54 21.09 48.95 -
YUV 112.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 224 42 187 0 0.81 0.17 0.12 312.2 0.75 0.52
Hex E0 2A BB 0 51 11 C 138 4B 34
Octal 340 52 273 0 121 21 14 470 113 64
Binary 11100000 101010 10111011 0 1010001 10001 1100 100111000 1001011 110100

Color Harmonies of #E02ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ABB

Black with #E02ABB

Text Example


Text Example

White with #E02ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ABB; }

 p { color: rgb(224,42,187); }

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

background-color css

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

 a { background-color: rgb(224,42,187); }

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

border-color css

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

 span { border-color: rgb(224,42,187); }

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