Html Css Color HEX #E02ABE Razzle Dazzle Rose

📋 copy color: '#E02ABE'

red 224 ◦ green 42 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E02ABE

Tints of Razzle Dazzle Rose #E02ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 49.12%
G = 9.21%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E02ABE (or 0xE02ABE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2A and BE. RGB value is (224,42,190). Sum of RGB (Red+Green+Blue) = 224+42+190=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E02ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02ABE is #1FD541. Grayscale: #707070. Windows color (decimal): -2086210 or 12462816. OLE color: 12462816.

HSL color Cylindrical-coordinate representation of color #E02ABE: hue angle of 311.21º 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 #E02ABE is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 190 -
CMYK 0 0.81 0.15 0.12
HSL 311.21º 0.75% 0.52% -
HSV(B) 311.21º 0.81% 0.88% -
XYZ 40.86 21.22 50.66 -
YUV 113.29 171.3 206.97 -
System Red Green Blue C M Y K H S L
Decimal 224 42 190 0 0.81 0.15 0.12 311.21 0.75 0.52
Hex E0 2A BE 0 51 F C 137 4B 34
Octal 340 52 276 0 121 17 14 467 113 64
Binary 11100000 101010 10111110 0 1010001 1111 1100 100110111 1001011 110100

Color Harmonies of #E02ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02ABE

Black with #E02ABE

Text Example


Text Example

White with #E02ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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