Html Css Color HEX #EA445F Cerise

📋 copy color: '#EA445F'

red 234 ◦ green 68 ◦ blue 95

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

Shades of Cerise #EA445F

Tints of Cerise #EA445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 58.94%
G = 17.13%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA445F (or 0xEA445F) is known color: Cerise. HEX triplet: EA, 44 and 5F. RGB value is (234,68,95). Sum of RGB (Red+Green+Blue) = 234+68+95=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA445F is #15BBA0. Grayscale: #787878. Windows color (decimal): -1424289 or 6243562. OLE color: 6243562.

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

Color convert

RGB 234 68 95 -
CMYK 0 0.71 0.59 0.08
HSL 350.24º 0.8% 0.59% -
HSV(B) 350.24º 0.71% 0.92% -
XYZ 38.06 22.45 13.15 -
YUV 120.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 234 68 95 0 0.71 0.59 0.08 350.24 0.8 0.59
Hex EA 44 5F 0 47 3B 8 15E 50 3B
Octal 352 104 137 0 107 73 10 536 120 73
Binary 11101010 1000100 1011111 0 1000111 111011 1000 101011110 1010000 111011

Color Harmonies of #EA445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA445F

Black with #EA445F

Text Example


Text Example

White with #EA445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA445F; }

 p { color: rgb(234,68,95); }

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

background-color css

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

 a { background-color: rgb(234,68,95); }

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

border-color css

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

 span { border-color: rgb(234,68,95); }

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