Html Css Color HEX #E12965 Cerise

📋 copy color: '#E12965'

red 225 ◦ green 41 ◦ blue 101

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

Shades of Cerise #E12965

Tints of Cerise #E12965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 61.31%
G = 11.17%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E12965 (or 0xE12965) is known color: Cerise. HEX triplet: E1, 29 and 65. RGB value is (225,41,101). Sum of RGB (Red+Green+Blue) = 225+41+101=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E12965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12965 is #1ED69A. Grayscale: #666666. Windows color (decimal): -2021019 or 6629857. OLE color: 6629857.

HSL color Cylindrical-coordinate representation of color #E12965: hue angle of 340.43º 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 #E12965 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 101 -
CMYK 0 0.82 0.55 0.12
HSL 340.43º 0.75% 0.52% -
HSV(B) 340.43º 0.82% 0.88% -
XYZ 34.19 18.53 14.09 -
YUV 102.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 225 41 101 0 0.82 0.55 0.12 340.43 0.75 0.52
Hex E1 29 65 0 52 37 C 154 4B 34
Octal 341 51 145 0 122 67 14 524 113 64
Binary 11100001 101001 1100101 0 1010010 110111 1100 101010100 1001011 110100

Color Harmonies of #E12965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12965

Black with #E12965

Text Example


Text Example

White with #E12965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12965; }

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

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

background-color css

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

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

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

border-color css

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

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

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