Html Css Color HEX #E02BB0 Spicy Pink

📋 copy color: '#E02BB0'

red 224 ◦ green 43 ◦ blue 176

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

Shades of Spicy Pink #E02BB0

Tints of Spicy Pink #E02BB0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.71%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 50.56%
G = 9.71%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E02BB0 (or 0xE02BB0) is known color: Spicy Pink. HEX triplet: E0, 2B and B0. RGB value is (224,43,176). Sum of RGB (Red+Green+Blue) = 224+43+176=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02BB0 is #1FD44F. Grayscale: #6F6F6F. Windows color (decimal): -2085968 or 11545568. OLE color: 11545568.

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

Color convert

RGB 224 43 176 -
CMYK 0 0.81 0.21 0.12
HSL 315.91º 0.74% 0.52% -
HSV(B) 315.91º 0.81% 0.88% -
XYZ 39.44 20.71 42.99 -
YUV 112.28 163.97 207.69 -
System Red Green Blue C M Y K H S L
Decimal 224 43 176 0 0.81 0.21 0.12 315.91 0.74 0.52
Hex E0 2B B0 0 51 15 C 13C 4A 34
Octal 340 53 260 0 121 25 14 474 112 64
Binary 11100000 101011 10110000 0 1010001 10101 1100 100111100 1001010 110100

Color Harmonies of #E02BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02BB0

Black with #E02BB0

Text Example


Text Example

White with #E02BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02BB0; }

 p { color: rgb(224,43,176); }

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

background-color css

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

 a { background-color: rgb(224,43,176); }

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

border-color css

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

 span { border-color: rgb(224,43,176); }

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