Html Css Color HEX #EA3A8E Deep Cerise

📋 copy color: '#EA3A8E'

red 234 ◦ green 58 ◦ blue 142

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

Shades of Deep Cerise #EA3A8E

Tints of Deep Cerise #EA3A8E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.36%

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 53.92%
G = 13.36%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA3A8E (or 0xEA3A8E) is known color: Deep Cerise. HEX triplet: EA, 3A and 8E. RGB value is (234,58,142). Sum of RGB (Red+Green+Blue) = 234+58+142=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3A8E is #15C571. Grayscale: #787878. Windows color (decimal): -1426802 or 9321194. OLE color: 9321194.

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

Color convert

RGB 234 58 142 -
CMYK 0 0.75 0.39 0.08
HSL 331.36º 0.81% 0.57% -
HSV(B) 331.36º 0.75% 0.92% -
XYZ 40.33 22.47 27.8 -
YUV 120.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 234 58 142 0 0.75 0.39 0.08 331.36 0.81 0.57
Hex EA 3A 8E 0 4B 27 8 14B 51 39
Octal 352 72 216 0 113 47 10 513 121 71
Binary 11101010 111010 10001110 0 1001011 100111 1000 101001011 1010001 111001

Color Harmonies of #EA3A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A8E

Black with #EA3A8E

Text Example


Text Example

White with #EA3A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A8E; }

 p { color: rgb(234,58,142); }

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

background-color css

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

 a { background-color: rgb(234,58,142); }

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

border-color css

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

 span { border-color: rgb(234,58,142); }

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