Html Css Color HEX #EA4162 Cerise

📋 copy color: '#EA4162'

red 234 ◦ green 65 ◦ blue 98

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

Shades of Cerise #EA4162

Tints of Cerise #EA4162

RGB

 RED value IS 234 (91.8% from 255) = 58.94%

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 58.94%
G = 16.37%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA4162 (or 0xEA4162) is known color: Cerise. HEX triplet: EA, 41 and 62. RGB value is (234,65,98). Sum of RGB (Red+Green+Blue) = 234+65+98=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4162 is #15BE9D. Grayscale: #777777. Windows color (decimal): -1425054 or 6439402. OLE color: 6439402.

HSL color Cylindrical-coordinate representation of color #EA4162: hue angle of 348.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4162 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 65 98 -
CMYK 0 0.72 0.58 0.08
HSL 348.28º 0.8% 0.59% -
HSV(B) 348.28º 0.72% 0.92% -
XYZ 38.03 22.15 13.83 -
YUV 119.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 234 65 98 0 0.72 0.58 0.08 348.28 0.8 0.59
Hex EA 41 62 0 48 3A 8 15C 50 3B
Octal 352 101 142 0 110 72 10 534 120 73
Binary 11101010 1000001 1100010 0 1001000 111010 1000 101011100 1010000 111011

Color Harmonies of #EA4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4162

Black with #EA4162

Text Example


Text Example

White with #EA4162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4162; }

 p { color: rgb(234,65,98); }

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

background-color css

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

 a { background-color: rgb(234,65,98); }

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

border-color css

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

 span { border-color: rgb(234,65,98); }

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