Html Css Color HEX #EA3488 Deep Cerise

📋 copy color: '#EA3488'

red 234 ◦ green 52 ◦ blue 136

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

Shades of Deep Cerise #EA3488

Tints of Deep Cerise #EA3488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.32%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 55.45%
G = 12.32%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA3488 (or 0xEA3488) is known color: Deep Cerise. HEX triplet: EA, 34 and 88. RGB value is (234,52,136). Sum of RGB (Red+Green+Blue) = 234+52+136=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3488 is #15CB77. Grayscale: #737373. Windows color (decimal): -1428344 or 8926442. OLE color: 8926442.

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

Color convert

RGB 234 52 136 -
CMYK 0 0.78 0.42 0.08
HSL 332.31º 0.81% 0.56% -
HSV(B) 332.31º 0.78% 0.92% -
XYZ 39.6 21.73 25.4 -
YUV 115.99 139.3 212.17 -
System Red Green Blue C M Y K H S L
Decimal 234 52 136 0 0.78 0.42 0.08 332.31 0.81 0.56
Hex EA 34 88 0 4E 2A 8 14C 51 38
Octal 352 64 210 0 116 52 10 514 121 70
Binary 11101010 110100 10001000 0 1001110 101010 1000 101001100 1010001 111000

Color Harmonies of #EA3488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3488

Black with #EA3488

Text Example


Text Example

White with #EA3488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3488; }

 p { color: rgb(234,52,136); }

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

background-color css

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

 a { background-color: rgb(234,52,136); }

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

border-color css

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

 span { border-color: rgb(234,52,136); }

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