Html Css Color HEX #E14466 Cerise

📋 copy color: '#E14466'

red 225 ◦ green 68 ◦ blue 102

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

Shades of Cerise #E14466

Tints of Cerise #E14466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 56.96%
G = 17.22%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14466 (or 0xE14466) is known color: Cerise. HEX triplet: E1, 44 and 66. RGB value is (225,68,102). Sum of RGB (Red+Green+Blue) = 225+68+102=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14466 is #1EBB99. Grayscale: #767676. Windows color (decimal): -2014106 or 6702305. OLE color: 6702305.

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

Color convert

RGB 225 68 102 -
CMYK 0 0.70 0.55 0.12
HSL 347.01º 0.72% 0.57% -
HSV(B) 347.01º 0.7% 0.88% -
XYZ 35.52 21.1 14.77 -
YUV 118.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 225 68 102 0 0.70 0.55 0.12 347.01 0.72 0.57
Hex E1 44 66 0 46 37 C 15B 48 39
Octal 341 104 146 0 106 67 14 533 110 71
Binary 11100001 1000100 1100110 0 1000110 110111 1100 101011011 1001000 111001

Color Harmonies of #E14466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14466

Black with #E14466

Text Example


Text Example

White with #E14466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14466; }

 p { color: rgb(225,68,102); }

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

background-color css

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

 a { background-color: rgb(225,68,102); }

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

border-color css

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

 span { border-color: rgb(225,68,102); }

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