Html Css Color HEX #E1406B Cerise

📋 copy color: '#E1406B'

red 225 ◦ green 64 ◦ blue 107

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

Shades of Cerise #E1406B

Tints of Cerise #E1406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 56.82%
G = 16.16%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1406B (or 0xE1406B) is known color: Cerise. HEX triplet: E1, 40 and 6B. RGB value is (225,64,107). Sum of RGB (Red+Green+Blue) = 225+64+107=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1406B is #1EBF94. Grayscale: #757575. Windows color (decimal): -2015125 or 7028961. OLE color: 7028961.

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

Color convert

RGB 225 64 107 -
CMYK 0 0.72 0.52 0.12
HSL 343.98º 0.73% 0.57% -
HSV(B) 343.98º 0.72% 0.88% -
XYZ 35.54 20.74 16.04 -
YUV 117.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 225 64 107 0 0.72 0.52 0.12 343.98 0.73 0.57
Hex E1 40 6B 0 48 34 C 158 49 39
Octal 341 100 153 0 110 64 14 530 111 71
Binary 11100001 1000000 1101011 0 1001000 110100 1100 101011000 1001001 111001

Color Harmonies of #E1406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1406B

Black with #E1406B

Text Example


Text Example

White with #E1406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1406B; }

 p { color: rgb(225,64,107); }

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

background-color css

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

 a { background-color: rgb(225,64,107); }

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

border-color css

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

 span { border-color: rgb(225,64,107); }

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