Html Css Color HEX #E1266C Cerise

📋 copy color: '#E1266C'

red 225 ◦ green 38 ◦ blue 108

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

Shades of Cerise #E1266C

Tints of Cerise #E1266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 60.65%
G = 10.24%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1266C (or 0xE1266C) is known color: Cerise. HEX triplet: E1, 26 and 6C. RGB value is (225,38,108). Sum of RGB (Red+Green+Blue) = 225+38+108=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1266C is #1ED993. Grayscale: #656565. Windows color (decimal): -2021780 or 7087841. OLE color: 7087841.

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

Color convert

RGB 225 38 108 -
CMYK 0 0.83 0.52 0.12
HSL 337.54º 0.76% 0.52% -
HSV(B) 337.54º 0.83% 0.88% -
XYZ 34.45 18.48 15.94 -
YUV 101.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 225 38 108 0 0.83 0.52 0.12 337.54 0.76 0.52
Hex E1 26 6C 0 53 34 C 152 4C 34
Octal 341 46 154 0 123 64 14 522 114 64
Binary 11100001 100110 1101100 0 1010011 110100 1100 101010010 1001100 110100

Color Harmonies of #E1266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1266C

Black with #E1266C

Text Example


Text Example

White with #E1266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1266C; }

 p { color: rgb(225,38,108); }

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

background-color css

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

 a { background-color: rgb(225,38,108); }

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

border-color css

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

 span { border-color: rgb(225,38,108); }

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