Html Css Color HEX #E22A7D Deep Cerise

📋 copy color: '#E22A7D'

red 226 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #E22A7D

Tints of Deep Cerise #E22A7D

RGB

 RED value IS 226 (88.67% from 255) = 57.51%

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 57.51%
G = 10.69%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E22A7D (or 0xE22A7D) is known color: Deep Cerise. HEX triplet: E2, 2A and 7D. RGB value is (226,42,125). Sum of RGB (Red+Green+Blue) = 226+42+125=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E22A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22A7D is #1DD582. Grayscale: #6A6A6A. Windows color (decimal): -1955203 or 8202978. OLE color: 8202978.

HSL color Cylindrical-coordinate representation of color #E22A7D: hue angle of 332.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22A7D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 42 125 -
CMYK 0 0.81 0.45 0.11
HSL 332.93º 0.76% 0.53% -
HSV(B) 332.93º 0.81% 0.89% -
XYZ 35.89 19.31 21.24 -
YUV 106.48 138.46 213.25 -
System Red Green Blue C M Y K H S L
Decimal 226 42 125 0 0.81 0.45 0.11 332.93 0.76 0.53
Hex E2 2A 7D 0 51 2D B 14D 4C 35
Octal 342 52 175 0 121 55 13 515 114 65
Binary 11100010 101010 1111101 0 1010001 101101 1011 101001101 1001100 110101

Color Harmonies of #E22A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22A7D

Black with #E22A7D

Text Example


Text Example

White with #E22A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22A7D; }

 p { color: rgb(226,42,125); }

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

background-color css

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

 a { background-color: rgb(226,42,125); }

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

border-color css

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

 span { border-color: rgb(226,42,125); }

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