Html Css Color HEX #ED0782 Deep Pink

📋 copy color: '#ED0782'

red 237 ◦ green 7 ◦ blue 130

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

Shades of Deep Pink #ED0782

Tints of Deep Pink #ED0782

RGB

 RED value IS 237 (92.97% from 255) = 63.37%

 GREEN value IS 7 (3.13% from 255) = 1.87%

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

R = 63.37%
G = 1.87%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED0782 (or 0xED0782) is known color: Deep Pink. HEX triplet: ED, 07 and 82. RGB value is (237,7,130). Sum of RGB (Red+Green+Blue) = 237+7+130=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0782 is #12F87D. Grayscale: #595959. Windows color (decimal): -1243262 or 8521709. OLE color: 8521709.

HSL color Cylindrical-coordinate representation of color #ED0782: hue angle of 327.91º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0782 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 7 130 -
CMYK 0 0.97 0.45 0.07
HSL 327.91º 0.94% 0.48% -
HSV(B) 327.91º 0.97% 0.93% -
XYZ 39.03 19.77 22.88 -
YUV 89.79 150.7 233 -
System Red Green Blue C M Y K H S L
Decimal 237 7 130 0 0.97 0.45 0.07 327.91 0.94 0.48
Hex ED 7 82 0 61 2D 7 148 5E 30
Octal 355 7 202 0 141 55 7 510 136 60
Binary 11101101 111 10000010 0 1100001 101101 111 101001000 1011110 110000

Color Harmonies of #ED0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0782

Black with #ED0782

Text Example


Text Example

White with #ED0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0782; }

 p { color: rgb(237,7,130); }

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

background-color css

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

 a { background-color: rgb(237,7,130); }

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

border-color css

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

 span { border-color: rgb(237,7,130); }

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