Html Css Color HEX #E1296D Cerise

📋 copy color: '#E1296D'

red 225 ◦ green 41 ◦ blue 109

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

Shades of Cerise #E1296D

Tints of Cerise #E1296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 60%
G = 10.93%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1296D (or 0xE1296D) is known color: Cerise. HEX triplet: E1, 29 and 6D. RGB value is (225,41,109). Sum of RGB (Red+Green+Blue) = 225+41+109=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1296D is #1ED692. Grayscale: #676767. Windows color (decimal): -2021011 or 7154145. OLE color: 7154145.

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

Color convert

RGB 225 41 109 -
CMYK 0 0.82 0.52 0.12
HSL 337.83º 0.75% 0.52% -
HSV(B) 337.83º 0.82% 0.88% -
XYZ 34.6 18.7 16.25 -
YUV 103.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 225 41 109 0 0.82 0.52 0.12 337.83 0.75 0.52
Hex E1 29 6D 0 52 34 C 152 4B 34
Octal 341 51 155 0 122 64 14 522 113 64
Binary 11100001 101001 1101101 0 1010010 110100 1100 101010010 1001011 110100

Color Harmonies of #E1296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1296D

Black with #E1296D

Text Example


Text Example

White with #E1296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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