Html Css Color HEX #E12A69 Cerise

📋 copy color: '#E12A69'

red 225 ◦ green 42 ◦ blue 105

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

Shades of Cerise #E12A69

Tints of Cerise #E12A69

RGB

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

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

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

R = 60.48%
G = 11.29%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E12A69 (or 0xE12A69) is known color: Cerise. HEX triplet: E1, 2A and 69. RGB value is (225,42,105). Sum of RGB (Red+Green+Blue) = 225+42+105=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12A69 is #1ED596. Grayscale: #676767. Windows color (decimal): -2020759 or 6892257. OLE color: 6892257.

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

Color convert

RGB 225 42 105 -
CMYK 0 0.81 0.53 0.12
HSL 339.34º 0.75% 0.52% -
HSV(B) 339.34º 0.81% 0.88% -
XYZ 34.43 18.68 15.16 -
YUV 103.9 128.63 214.38 -
System Red Green Blue C M Y K H S L
Decimal 225 42 105 0 0.81 0.53 0.12 339.34 0.75 0.52
Hex E1 2A 69 0 51 35 C 153 4B 34
Octal 341 52 151 0 121 65 14 523 113 64
Binary 11100001 101010 1101001 0 1010001 110101 1100 101010011 1001011 110100

Color Harmonies of #E12A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12A69

Black with #E12A69

Text Example


Text Example

White with #E12A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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