Html Css Color HEX #EA0680 Deep Pink

📋 copy color: '#EA0680'

red 234 ◦ green 6 ◦ blue 128

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

Shades of Deep Pink #EA0680

Tints of Deep Pink #EA0680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 128 (50.39% from 255) = 34.78%

R = 63.59%
G = 1.63%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA0680 (or 0xEA0680) is known color: Deep Pink. HEX triplet: EA, 06 and 80. RGB value is (234,6,128). Sum of RGB (Red+Green+Blue) = 234+6+128=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0680 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0680 is #15F97F. Grayscale: #575757. Windows color (decimal): -1440128 or 8390378. OLE color: 8390378.

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

Color convert

RGB 234 6 128 -
CMYK 0 0.97 0.45 0.08
HSL 327.89º 0.95% 0.47% -
HSV(B) 327.89º 0.97% 0.92% -
XYZ 37.89 19.18 22.13 -
YUV 88.08 150.54 232.08 -
System Red Green Blue C M Y K H S L
Decimal 234 6 128 0 0.97 0.45 0.08 327.89 0.95 0.47
Hex EA 6 80 0 61 2D 8 148 5F 2F
Octal 352 6 200 0 141 55 10 510 137 57
Binary 11101010 110 10000000 0 1100001 101101 1000 101001000 1011111 101111

Color Harmonies of #EA0680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0680

Black with #EA0680

Text Example


Text Example

White with #EA0680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0680; }

 p { color: rgb(234,6,128); }

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

background-color css

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

 a { background-color: rgb(234,6,128); }

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

border-color css

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

 span { border-color: rgb(234,6,128); }

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