Html Css Color HEX #E02AB3 Spicy Pink

📋 copy color: '#E02AB3'

red 224 ◦ green 42 ◦ blue 179

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

Shades of Spicy Pink #E02AB3

Tints of Spicy Pink #E02AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.22%

R = 50.34%
G = 9.44%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E02AB3 (or 0xE02AB3) is known color: Spicy Pink. HEX triplet: E0, 2A and B3. RGB value is (224,42,179). Sum of RGB (Red+Green+Blue) = 224+42+179=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E02AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02AB3 is #1FD54C. Grayscale: #6F6F6F. Windows color (decimal): -2086221 or 11741920. OLE color: 11741920.

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

Color convert

RGB 224 42 179 -
CMYK 0 0.81 0.20 0.12
HSL 314.84º 0.75% 0.52% -
HSV(B) 314.84º 0.81% 0.88% -
XYZ 39.71 20.76 44.56 -
YUV 112.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 224 42 179 0 0.81 0.20 0.12 314.84 0.75 0.52
Hex E0 2A B3 0 51 14 C 13B 4B 34
Octal 340 52 263 0 121 24 14 473 113 64
Binary 11100000 101010 10110011 0 1010001 10100 1100 100111011 1001011 110100

Color Harmonies of #E02AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02AB3

Black with #E02AB3

Text Example


Text Example

White with #E02AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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