Html Css Color HEX #E1326A Cerise

📋 copy color: '#E1326A'

red 225 ◦ green 50 ◦ blue 106

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

Shades of Cerise #E1326A

Tints of Cerise #E1326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 59.06%
G = 13.12%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1326A (or 0xE1326A) is known color: Cerise. HEX triplet: E1, 32 and 6A. RGB value is (225,50,106). Sum of RGB (Red+Green+Blue) = 225+50+106=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1326A is #1ECD95. Grayscale: #6C6C6C. Windows color (decimal): -2018710 or 6959841. OLE color: 6959841.

HSL color Cylindrical-coordinate representation of color #E1326A: hue angle of 340.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1326A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 106 -
CMYK 0 0.78 0.53 0.12
HSL 340.8º 0.74% 0.54% -
HSV(B) 340.8º 0.78% 0.88% -
XYZ 34.79 19.33 15.53 -
YUV 108.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 225 50 106 0 0.78 0.53 0.12 340.8 0.74 0.54
Hex E1 32 6A 0 4E 35 C 155 4A 36
Octal 341 62 152 0 116 65 14 525 112 66
Binary 11100001 110010 1101010 0 1001110 110101 1100 101010101 1001010 110110

Color Harmonies of #E1326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1326A

Black with #E1326A

Text Example


Text Example

White with #E1326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1326A; }

 p { color: rgb(225,50,106); }

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

background-color css

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

 a { background-color: rgb(225,50,106); }

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

border-color css

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

 span { border-color: rgb(225,50,106); }

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