Html Css Color HEX #EA388C Deep Cerise

📋 copy color: '#EA388C'

red 234 ◦ green 56 ◦ blue 140

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

Shades of Deep Cerise #EA388C

Tints of Deep Cerise #EA388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

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

R = 54.42%
G = 13.02%
B = 32.56%

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

#EA388C (or 0xEA388C) is known color: Deep Cerise. HEX triplet: EA, 38 and 8C. RGB value is (234,56,140). Sum of RGB (Red+Green+Blue) = 234+56+140=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA388C is #15C773. Grayscale: #767676. Windows color (decimal): -1427316 or 9189610. OLE color: 9189610.

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

Color convert

RGB 234 56 140 -
CMYK 0 0.76 0.40 0.08
HSL 331.69º 0.81% 0.57% -
HSV(B) 331.69º 0.76% 0.92% -
XYZ 40.08 22.21 26.99 -
YUV 118.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 234 56 140 0 0.76 0.40 0.08 331.69 0.81 0.57
Hex EA 38 8C 0 4C 28 8 14C 51 39
Octal 352 70 214 0 114 50 10 514 121 71
Binary 11101010 111000 10001100 0 1001100 101000 1000 101001100 1010001 111001

Color Harmonies of #EA388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA388C

Black with #EA388C

Text Example


Text Example

White with #EA388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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