Html Css Color HEX #E12469 Cerise

📋 copy color: '#E12469'

red 225 ◦ green 36 ◦ blue 105

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

Shades of Cerise #E12469

Tints of Cerise #E12469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.84%

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

R = 61.48%
G = 9.84%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E12469 (or 0xE12469) is known color: Cerise. HEX triplet: E1, 24 and 69. RGB value is (225,36,105). Sum of RGB (Red+Green+Blue) = 225+36+105=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E12469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12469 is #1EDB96. Grayscale: #646464. Windows color (decimal): -2022295 or 6890721. OLE color: 6890721.

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

Color convert

RGB 225 36 105 -
CMYK 0 0.84 0.53 0.12
HSL 338.1º 0.76% 0.51% -
HSV(B) 338.1º 0.84% 0.88% -
XYZ 34.23 18.29 15.09 -
YUV 100.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 225 36 105 0 0.84 0.53 0.12 338.1 0.76 0.51
Hex E1 24 69 0 54 35 C 152 4C 33
Octal 341 44 151 0 124 65 14 522 114 63
Binary 11100001 100100 1101001 0 1010100 110101 1100 101010010 1001100 110011

Color Harmonies of #E12469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12469

Black with #E12469

Text Example


Text Example

White with #E12469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12469; }

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

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

background-color css

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

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

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

border-color css

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

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

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