Html Css Color HEX #E02FB4 Spicy Pink

📋 copy color: '#E02FB4'

red 224 ◦ green 47 ◦ blue 180

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

Shades of Spicy Pink #E02FB4

Tints of Spicy Pink #E02FB4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

 BLUE value IS 180 (70.7% from 255) = 39.91%

R = 49.67%
G = 10.42%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E02FB4 (or 0xE02FB4) is known color: Spicy Pink. HEX triplet: E0, 2F and B4. RGB value is (224,47,180). Sum of RGB (Red+Green+Blue) = 224+47+180=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02FB4 is #1FD04B. Grayscale: #727272. Windows color (decimal): -2084940 or 11808736. OLE color: 11808736.

HSL color Cylindrical-coordinate representation of color #E02FB4: hue angle of 314.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02FB4 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 180 -
CMYK 0 0.79 0.20 0.12
HSL 314.92º 0.74% 0.53% -
HSV(B) 314.92º 0.79% 0.88% -
XYZ 40 21.18 45.16 -
YUV 115.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 224 47 180 0 0.79 0.20 0.12 314.92 0.74 0.53
Hex E0 2F B4 0 4F 14 C 13B 4A 35
Octal 340 57 264 0 117 24 14 473 112 65
Binary 11100000 101111 10110100 0 1001111 10100 1100 100111011 1001010 110101

Color Harmonies of #E02FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02FB4

Black with #E02FB4

Text Example


Text Example

White with #E02FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02FB4; }

 p { color: rgb(224,47,180); }

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

background-color css

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

 a { background-color: rgb(224,47,180); }

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

border-color css

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

 span { border-color: rgb(224,47,180); }

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