Html Css Color HEX #EA378C Deep Cerise

📋 copy color: '#EA378C'

red 234 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #EA378C

Tints of Deep Cerise #EA378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.82%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 54.55%
G = 12.82%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA378C (or 0xEA378C) is known color: Deep Cerise. HEX triplet: EA, 37 and 8C. RGB value is (234,55,140). Sum of RGB (Red+Green+Blue) = 234+55+140=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA378C is #15C873. Grayscale: #767676. Windows color (decimal): -1427572 or 9189354. OLE color: 9189354.

HSL color Cylindrical-coordinate representation of color #EA378C: hue angle of 331.51º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA378C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 55 140 -
CMYK 0 0.76 0.40 0.08
HSL 331.51º 0.81% 0.57% -
HSV(B) 331.51º 0.76% 0.92% -
XYZ 40.03 22.12 26.97 -
YUV 118.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 234 55 140 0 0.76 0.40 0.08 331.51 0.81 0.57
Hex EA 37 8C 0 4C 28 8 14C 51 39
Octal 352 67 214 0 114 50 10 514 121 71
Binary 11101010 110111 10001100 0 1001100 101000 1000 101001100 1010001 111001

Color Harmonies of #EA378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA378C

Black with #EA378C

Text Example


Text Example

White with #EA378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA378C; }

 p { color: rgb(234,55,140); }

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

background-color css

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

 a { background-color: rgb(234,55,140); }

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

border-color css

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

 span { border-color: rgb(234,55,140); }

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