Html Css Color HEX #E02B7A Deep Cerise

📋 copy color: '#E02B7A'

red 224 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #E02B7A

Tints of Deep Cerise #E02B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 57.58%
G = 11.05%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E02B7A (or 0xE02B7A) is known color: Deep Cerise. HEX triplet: E0, 2B and 7A. RGB value is (224,43,122). Sum of RGB (Red+Green+Blue) = 224+43+122=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B7A is #1FD485. Grayscale: #696969. Windows color (decimal): -2086022 or 8006624. OLE color: 8006624.

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

Color convert

RGB 224 43 122 -
CMYK 0 0.81 0.46 0.12
HSL 333.81º 0.74% 0.52% -
HSV(B) 333.81º 0.81% 0.88% -
XYZ 35.12 18.98 20.23 -
YUV 106.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 224 43 122 0 0.81 0.46 0.12 333.81 0.74 0.52
Hex E0 2B 7A 0 51 2E C 14E 4A 34
Octal 340 53 172 0 121 56 14 516 112 64
Binary 11100000 101011 1111010 0 1010001 101110 1100 101001110 1001010 110100

Color Harmonies of #E02B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B7A

Black with #E02B7A

Text Example


Text Example

White with #E02B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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