Html Css Color HEX #E1296E Cerise

📋 copy color: '#E1296E'

red 225 ◦ green 41 ◦ blue 110

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

Shades of Cerise #E1296E

Tints of Cerise #E1296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 59.84%
G = 10.9%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1296E (or 0xE1296E) is known color: Cerise. HEX triplet: E1, 29 and 6E. RGB value is (225,41,110). Sum of RGB (Red+Green+Blue) = 225+41+110=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E1296E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1296E is #1ED691. Grayscale: #676767. Windows color (decimal): -2021010 or 7219681. OLE color: 7219681.

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

Color convert

RGB 225 41 110 -
CMYK 0 0.82 0.51 0.12
HSL 337.5º 0.75% 0.52% -
HSV(B) 337.5º 0.82% 0.88% -
XYZ 34.66 18.72 16.54 -
YUV 103.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 225 41 110 0 0.82 0.51 0.12 337.5 0.75 0.52
Hex E1 29 6E 0 52 33 C 152 4B 34
Octal 341 51 156 0 122 63 14 522 113 64
Binary 11100001 101001 1101110 0 1010010 110011 1100 101010010 1001011 110100

Color Harmonies of #E1296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1296E

Black with #E1296E

Text Example


Text Example

White with #E1296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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