Html Css Color HEX #EA388D Deep Cerise

📋 copy color: '#EA388D'

red 234 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #EA388D

Tints of Deep Cerise #EA388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.71%

R = 54.29%
G = 12.99%
B = 32.71%

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

#EA388D (or 0xEA388D) is known color: Deep Cerise. HEX triplet: EA, 38 and 8D. RGB value is (234,56,141). Sum of RGB (Red+Green+Blue) = 234+56+141=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA388D is #15C772. Grayscale: #767676. Windows color (decimal): -1427315 or 9255146. OLE color: 9255146.

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

Color convert

RGB 234 56 141 -
CMYK 0 0.76 0.40 0.08
HSL 331.35º 0.81% 0.57% -
HSV(B) 331.35º 0.76% 0.92% -
XYZ 40.15 22.24 27.38 -
YUV 118.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 234 56 141 0 0.76 0.40 0.08 331.35 0.81 0.57
Hex EA 38 8D 0 4C 28 8 14B 51 39
Octal 352 70 215 0 114 50 10 513 121 71
Binary 11101010 111000 10001101 0 1001100 101000 1000 101001011 1010001 111001

Color Harmonies of #EA388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA388D

Black with #EA388D

Text Example


Text Example

White with #EA388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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