Html Css Color HEX #EA0682 Deep Pink

📋 copy color: '#EA0682'

red 234 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #EA0682

Tints of Deep Pink #EA0682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 63.24%
G = 1.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0682 (or 0xEA0682) is known color: Deep Pink. HEX triplet: EA, 06 and 82. RGB value is (234,6,130). Sum of RGB (Red+Green+Blue) = 234+6+130=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0682 is #15F97D. Grayscale: #585858. Windows color (decimal): -1440126 or 8521450. OLE color: 8521450.

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

Color convert

RGB 234 6 130 -
CMYK 0 0.97 0.44 0.08
HSL 327.37º 0.95% 0.47% -
HSV(B) 327.37º 0.97% 0.92% -
XYZ 38.03 19.23 22.83 -
YUV 88.31 151.54 231.92 -
System Red Green Blue C M Y K H S L
Decimal 234 6 130 0 0.97 0.44 0.08 327.37 0.95 0.47
Hex EA 6 82 0 61 2C 8 147 5F 2F
Octal 352 6 202 0 141 54 10 507 137 57
Binary 11101010 110 10000010 0 1100001 101100 1000 101000111 1011111 101111

Color Harmonies of #EA0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0682

Black with #EA0682

Text Example


Text Example

White with #EA0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0682; }

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

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

background-color css

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

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

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

border-color css

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

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

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