Html Css Color HEX #E1266E Cerise

📋 copy color: '#E1266E'

red 225 ◦ green 38 ◦ blue 110

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

Shades of Cerise #E1266E

Tints of Cerise #E1266E

RGB

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

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

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

R = 60.32%
G = 10.19%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1266E (or 0xE1266E) is known color: Cerise. HEX triplet: E1, 26 and 6E. RGB value is (225,38,110). Sum of RGB (Red+Green+Blue) = 225+38+110=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E1266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1266E is #1ED991. Grayscale: #666666. Windows color (decimal): -2021778 or 7218913. OLE color: 7218913.

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

Color convert

RGB 225 38 110 -
CMYK 0 0.83 0.51 0.12
HSL 336.9º 0.76% 0.52% -
HSV(B) 336.9º 0.83% 0.88% -
XYZ 34.56 18.52 16.51 -
YUV 102.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 225 38 110 0 0.83 0.51 0.12 336.9 0.76 0.52
Hex E1 26 6E 0 53 33 C 151 4C 34
Octal 341 46 156 0 123 63 14 521 114 64
Binary 11100001 100110 1101110 0 1010011 110011 1100 101010001 1001100 110100

Color Harmonies of #E1266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1266E

Black with #E1266E

Text Example


Text Example

White with #E1266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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