#EA007E

Color #EA007E Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EA007E

Tints of Deep Pink #EA007E

Color information

#EA007E (or 0xEA007E) is unknown color: approx Deep Pink. HEX triplet: EA, 00 and 7E. RGB value is (234,0,126). Sum of RGB (Red+Green+Blue) = 234+0+126=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA007E is #15FF81. Grayscale: #545454. Windows color (decimal): -1441666 or 8257770. OLE color: 8257770.

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

Color convert

RGB2340126-
CMYK010.460.08
HSL327.69º100%45.88%-
HSV(B)327.69º100%91.76%-
XYZ37.71921.42-
YUV84.33151.52234.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 35%
R=65%
G=0%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2340126010.460.08327.6910045.88
HexEA07E0642E8148642e
Octal35201760144561051014456
Binary11101010011111100110010010111010001010010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA007E; }

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

 H1.HeaderClassName
 {
   color: #EA007E;
 }
 .AnyTagClassName
 {
   color: #EA007E;
 }
</style>
background-color css

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

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

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

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

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

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