Html Css Color HEX #EA445D Cerise

📋 copy color: '#EA445D'

red 234 ◦ green 68 ◦ blue 93

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

Shades of Cerise #EA445D

Tints of Cerise #EA445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 59.24%
G = 17.22%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA445D (or 0xEA445D) is known color: Cerise. HEX triplet: EA, 44 and 5D. RGB value is (234,68,93). Sum of RGB (Red+Green+Blue) = 234+68+93=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA445D is #15BBA2. Grayscale: #787878. Windows color (decimal): -1424291 or 6112490. OLE color: 6112490.

HSL color Cylindrical-coordinate representation of color #EA445D: hue angle of 350.96º 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 #EA445D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 68 93 -
CMYK 0 0.71 0.60 0.08
HSL 350.96º 0.8% 0.59% -
HSV(B) 350.96º 0.71% 0.92% -
XYZ 37.97 22.42 12.68 -
YUV 120.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 234 68 93 0 0.71 0.60 0.08 350.96 0.8 0.59
Hex EA 44 5D 0 47 3C 8 15F 50 3B
Octal 352 104 135 0 107 74 10 537 120 73
Binary 11101010 1000100 1011101 0 1000111 111100 1000 101011111 1010000 111011

Color Harmonies of #EA445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA445D

Black with #EA445D

Text Example


Text Example

White with #EA445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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