Html Css Color HEX #E14062 Cerise

📋 copy color: '#E14062'

red 225 ◦ green 64 ◦ blue 98

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

Shades of Cerise #E14062

Tints of Cerise #E14062

RGB

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

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

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

R = 58.14%
G = 16.54%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14062 (or 0xE14062) is known color: Cerise. HEX triplet: E1, 40 and 62. RGB value is (225,64,98). Sum of RGB (Red+Green+Blue) = 225+64+98=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E14062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14062 is #1EBF9D. Grayscale: #747474. Windows color (decimal): -2015134 or 6439137. OLE color: 6439137.

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

Color convert

RGB 225 64 98 -
CMYK 0 0.72 0.56 0.12
HSL 347.33º 0.73% 0.57% -
HSV(B) 347.33º 0.72% 0.88% -
XYZ 35.09 20.56 13.67 -
YUV 116.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 225 64 98 0 0.72 0.56 0.12 347.33 0.73 0.57
Hex E1 40 62 0 48 38 C 15B 49 39
Octal 341 100 142 0 110 70 14 533 111 71
Binary 11100001 1000000 1100010 0 1001000 111000 1100 101011011 1001001 111001

Color Harmonies of #E14062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14062

Black with #E14062

Text Example


Text Example

White with #E14062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14062; }

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

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

background-color css

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

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

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

border-color css

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

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

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