Html Css Color HEX #E14058 Cerise

📋 copy color: '#E14058'

red 225 ◦ green 64 ◦ blue 88

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

Shades of Cerise #E14058

Tints of Cerise #E14058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 59.68%
G = 16.98%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E14058 (or 0xE14058) is known color: Cerise. HEX triplet: E1, 40 and 58. RGB value is (225,64,88). Sum of RGB (Red+Green+Blue) = 225+64+88=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E14058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14058 is #1EBFA7. Grayscale: #727272. Windows color (decimal): -2015144 or 5783777. OLE color: 5783777.

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

Color convert

RGB 225 64 88 -
CMYK 0 0.72 0.61 0.12
HSL 351.06º 0.73% 0.57% -
HSV(B) 351.06º 0.72% 0.88% -
XYZ 34.65 20.38 11.34 -
YUV 114.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 225 64 88 0 0.72 0.61 0.12 351.06 0.73 0.57
Hex E1 40 58 0 48 3D C 15F 49 39
Octal 341 100 130 0 110 75 14 537 111 71
Binary 11100001 1000000 1011000 0 1001000 111101 1100 101011111 1001001 111001

Color Harmonies of #E14058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14058

Black with #E14058

Text Example


Text Example

White with #E14058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14058; }

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

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

background-color css

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

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

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

border-color css

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

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

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