Html Css Color HEX #E14258 Cerise

📋 copy color: '#E14258'

red 225 ◦ green 66 ◦ blue 88

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

Shades of Cerise #E14258

Tints of Cerise #E14258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 59.37%
G = 17.41%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E14258 (or 0xE14258) is known color: Cerise. HEX triplet: E1, 42 and 58. RGB value is (225,66,88). Sum of RGB (Red+Green+Blue) = 225+66+88=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14258 is #1EBDA7. Grayscale: #747474. Windows color (decimal): -2014632 or 5784289. OLE color: 5784289.

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

Color convert

RGB 225 66 88 -
CMYK 0 0.71 0.61 0.12
HSL 351.7º 0.73% 0.57% -
HSV(B) 351.7º 0.71% 0.88% -
XYZ 34.76 20.61 11.38 -
YUV 116.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 225 66 88 0 0.71 0.61 0.12 351.7 0.73 0.57
Hex E1 42 58 0 47 3D C 160 49 39
Octal 341 102 130 0 107 75 14 540 111 71
Binary 11100001 1000010 1011000 0 1000111 111101 1100 101100000 1001001 111001

Color Harmonies of #E14258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14258

Black with #E14258

Text Example


Text Example

White with #E14258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14258; }

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

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

background-color css

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

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

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

border-color css

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

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

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