Html Css Color HEX #EA007D Deep Pink

📋 copy color: '#EA007D'

red 234 ◦ green 0 ◦ blue 125

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

Shades of Deep Pink #EA007D

Tints of Deep Pink #EA007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 65.18%
G = 0%
B = 34.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA007D (or 0xEA007D) is known color: Deep Pink. HEX triplet: EA, 00 and 7D. RGB value is (234,0,125). Sum of RGB (Red+Green+Blue) = 234+0+125=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007D is #15FF82. Grayscale: #535353. Windows color (decimal): -1441667 or 8192234. OLE color: 8192234.

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

Color convert

RGB 234 0 125 -
CMYK 0 1 0.47 0.08
HSL 327.95º 1% 0.46% -
HSV(B) 327.95º 1% 0.92% -
XYZ 37.63 18.97 21.08 -
YUV 84.22 151.02 234.84 -
System Red Green Blue C M Y K H S L
Decimal 234 0 125 0 1 0.47 0.08 327.95 1 0.46
Hex EA 0 7D 0 64 2F 8 148 64 2E
Octal 352 0 175 0 144 57 10 510 144 56
Binary 11101010 0 1111101 0 1100100 101111 1000 101001000 1100100 101110

Color Harmonies of #EA007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA007D

Black with #EA007D

Text Example


Text Example

White with #EA007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA007D; }

 p { color: rgb(234,0,125); }

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

background-color css

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

 a { background-color: rgb(234,0,125); }

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

border-color css

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

 span { border-color: rgb(234,0,125); }

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