Html Css Color HEX #E14462 Cerise

📋 copy color: '#E14462'

red 225 ◦ green 68 ◦ blue 98

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

Shades of Cerise #E14462

Tints of Cerise #E14462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.06%

R = 57.54%
G = 17.39%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14462 (or 0xE14462) is known color: Cerise. HEX triplet: E1, 44 and 62. RGB value is (225,68,98). Sum of RGB (Red+Green+Blue) = 225+68+98=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E14462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14462 is #1EBB9D. Grayscale: #767676. Windows color (decimal): -2014110 or 6440161. OLE color: 6440161.

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

Color convert

RGB 225 68 98 -
CMYK 0 0.70 0.56 0.12
HSL 348.54º 0.72% 0.57% -
HSV(B) 348.54º 0.7% 0.88% -
XYZ 35.32 21.02 13.75 -
YUV 118.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 225 68 98 0 0.70 0.56 0.12 348.54 0.72 0.57
Hex E1 44 62 0 46 38 C 15D 48 39
Octal 341 104 142 0 106 70 14 535 110 71
Binary 11100001 1000100 1100010 0 1000110 111000 1100 101011101 1001000 111001

Color Harmonies of #E14462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14462

Black with #E14462

Text Example


Text Example

White with #E14462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14462; }

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

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

background-color css

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

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

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

border-color css

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

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

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