Html Css Color HEX #E1269C Deep Cerise

📋 copy color: '#E1269C'

red 225 ◦ green 38 ◦ blue 156

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

Shades of Deep Cerise #E1269C

Tints of Deep Cerise #E1269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 53.7%
G = 9.07%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1269C (or 0xE1269C) is known color: Deep Cerise. HEX triplet: E1, 26 and 9C. RGB value is (225,38,156). Sum of RGB (Red+Green+Blue) = 225+38+156=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1269C is #1ED963. Grayscale: #6B6B6B. Windows color (decimal): -2021732 or 10233569. OLE color: 10233569.

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

Color convert

RGB 225 38 156 -
CMYK 0 0.83 0.31 0.12
HSL 322.14º 0.76% 0.52% -
HSV(B) 322.14º 0.83% 0.88% -
XYZ 37.75 19.79 33.28 -
YUV 107.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 225 38 156 0 0.83 0.31 0.12 322.14 0.76 0.52
Hex E1 26 9C 0 53 1F C 142 4C 34
Octal 341 46 234 0 123 37 14 502 114 64
Binary 11100001 100110 10011100 0 1010011 11111 1100 101000010 1001100 110100

Color Harmonies of #E1269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1269C

Black with #E1269C

Text Example


Text Example

White with #E1269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1269C; }

 p { color: rgb(225,38,156); }

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

background-color css

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

 a { background-color: rgb(225,38,156); }

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

border-color css

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

 span { border-color: rgb(225,38,156); }

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