Html Css Color HEX #E12969 Cerise

📋 copy color: '#E12969'

red 225 ◦ green 41 ◦ blue 105

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

Shades of Cerise #E12969

Tints of Cerise #E12969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 60.65%
G = 11.05%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E12969 (or 0xE12969) is known color: Cerise. HEX triplet: E1, 29 and 69. RGB value is (225,41,105). Sum of RGB (Red+Green+Blue) = 225+41+105=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E12969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12969 is #1ED696. Grayscale: #676767. Windows color (decimal): -2021015 or 6892001. OLE color: 6892001.

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

Color convert

RGB 225 41 105 -
CMYK 0 0.82 0.53 0.12
HSL 339.13º 0.75% 0.52% -
HSV(B) 339.13º 0.82% 0.88% -
XYZ 34.39 18.61 15.14 -
YUV 103.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 225 41 105 0 0.82 0.53 0.12 339.13 0.75 0.52
Hex E1 29 69 0 52 35 C 153 4B 34
Octal 341 51 151 0 122 65 14 523 113 64
Binary 11100001 101001 1101001 0 1010010 110101 1100 101010011 1001011 110100

Color Harmonies of #E12969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12969

Black with #E12969

Text Example


Text Example

White with #E12969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12969; }

 p { color: rgb(225,41,105); }

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

background-color css

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

 a { background-color: rgb(225,41,105); }

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

border-color css

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

 span { border-color: rgb(225,41,105); }

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