Html Css Color HEX #E1227B Deep Cerise

📋 copy color: '#E1227B'

red 225 ◦ green 34 ◦ blue 123

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

Shades of Deep Cerise #E1227B

Tints of Deep Cerise #E1227B

RGB

 RED value IS 225 (88.28% from 255) = 58.9%

 GREEN value IS 34 (13.67% from 255) = 8.9%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 58.9%
G = 8.9%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1227B (or 0xE1227B) is known color: Deep Cerise. HEX triplet: E1, 22 and 7B. RGB value is (225,34,123). Sum of RGB (Red+Green+Blue) = 225+34+123=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1227B is #1EDD84. Grayscale: #656565. Windows color (decimal): -2022789 or 8069857. OLE color: 8069857.

HSL color Cylindrical-coordinate representation of color #E1227B: hue angle of 332.04º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1227B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 34 123 -
CMYK 0 0.85 0.45 0.12
HSL 332.04º 0.76% 0.51% -
HSV(B) 332.04º 0.85% 0.88% -
XYZ 35.2 18.58 20.47 -
YUV 101.26 140.28 216.26 -
System Red Green Blue C M Y K H S L
Decimal 225 34 123 0 0.85 0.45 0.12 332.04 0.76 0.51
Hex E1 22 7B 0 55 2D C 14C 4C 33
Octal 341 42 173 0 125 55 14 514 114 63
Binary 11100001 100010 1111011 0 1010101 101101 1100 101001100 1001100 110011

Color Harmonies of #E1227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1227B

Black with #E1227B

Text Example


Text Example

White with #E1227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1227B; }

 p { color: rgb(225,34,123); }

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

background-color css

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

 a { background-color: rgb(225,34,123); }

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

border-color css

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

 span { border-color: rgb(225,34,123); }

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