Html Css Color HEX #EA037C Deep Pink

📋 copy color: '#EA037C'

red 234 ◦ green 3 ◦ blue 124

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

Shades of Deep Pink #EA037C

Tints of Deep Pink #EA037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 64.82%
G = 0.83%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA037C (or 0xEA037C) is known color: Deep Pink. HEX triplet: EA, 03 and 7C. RGB value is (234,3,124). Sum of RGB (Red+Green+Blue) = 234+3+124=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA037C is #15FC83. Grayscale: #555555. Windows color (decimal): -1440900 or 8127466. OLE color: 8127466.

HSL color Cylindrical-coordinate representation of color #EA037C: hue angle of 328.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA037C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 124 -
CMYK 0 0.99 0.47 0.08
HSL 328.57º 0.97% 0.46% -
HSV(B) 328.57º 0.99% 0.92% -
XYZ 37.6 19.01 20.76 -
YUV 85.86 149.53 233.66 -
System Red Green Blue C M Y K H S L
Decimal 234 3 124 0 0.99 0.47 0.08 328.57 0.97 0.46
Hex EA 3 7C 0 63 2F 8 149 61 2E
Octal 352 3 174 0 143 57 10 511 141 56
Binary 11101010 11 1111100 0 1100011 101111 1000 101001001 1100001 101110

Color Harmonies of #EA037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA037C

Black with #EA037C

Text Example


Text Example

White with #EA037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA037C; }

 p { color: rgb(234,3,124); }

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

background-color css

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

 a { background-color: rgb(234,3,124); }

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

border-color css

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

 span { border-color: rgb(234,3,124); }

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