Html Css Color HEX #E02EB2 Spicy Pink

📋 copy color: '#E02EB2'

red 224 ◦ green 46 ◦ blue 178

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

Shades of Spicy Pink #E02EB2

Tints of Spicy Pink #E02EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.27%

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 50%
G = 10.27%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E02EB2 (or 0xE02EB2) is known color: Spicy Pink. HEX triplet: E0, 2E and B2. RGB value is (224,46,178). Sum of RGB (Red+Green+Blue) = 224+46+178=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E02EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02EB2 is #1FD14D. Grayscale: #717171. Windows color (decimal): -2085198 or 11677408. OLE color: 11677408.

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

Color convert

RGB 224 46 178 -
CMYK 0 0.79 0.21 0.12
HSL 315.51º 0.74% 0.53% -
HSV(B) 315.51º 0.79% 0.88% -
XYZ 39.75 21.02 44.08 -
YUV 114.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 224 46 178 0 0.79 0.21 0.12 315.51 0.74 0.53
Hex E0 2E B2 0 4F 15 C 13C 4A 35
Octal 340 56 262 0 117 25 14 474 112 65
Binary 11100000 101110 10110010 0 1001111 10101 1100 100111100 1001010 110101

Color Harmonies of #E02EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EB2

Black with #E02EB2

Text Example


Text Example

White with #E02EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EB2; }

 p { color: rgb(224,46,178); }

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

background-color css

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

 a { background-color: rgb(224,46,178); }

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

border-color css

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

 span { border-color: rgb(224,46,178); }

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