Html Css Color HEX #E02AB6 Spicy Pink

📋 copy color: '#E02AB6'

red 224 ◦ green 42 ◦ blue 182

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

Shades of Spicy Pink #E02AB6

Tints of Spicy Pink #E02AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 50%
G = 9.38%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E02AB6 (or 0xE02AB6) is known color: Spicy Pink. HEX triplet: E0, 2A and B6. RGB value is (224,42,182). Sum of RGB (Red+Green+Blue) = 224+42+182=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02AB6 is #1FD549. Grayscale: #707070. Windows color (decimal): -2086218 or 11938528. OLE color: 11938528.

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

Color convert

RGB 224 42 182 -
CMYK 0 0.81 0.19 0.12
HSL 313.85º 0.75% 0.52% -
HSV(B) 313.85º 0.81% 0.88% -
XYZ 40.01 20.88 46.18 -
YUV 112.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 224 42 182 0 0.81 0.19 0.12 313.85 0.75 0.52
Hex E0 2A B6 0 51 13 C 13A 4B 34
Octal 340 52 266 0 121 23 14 472 113 64
Binary 11100000 101010 10110110 0 1010001 10011 1100 100111010 1001011 110100

Color Harmonies of #E02AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02AB6

Black with #E02AB6

Text Example


Text Example

White with #E02AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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