Html Css Color HEX #ED0382 Deep Pink

📋 copy color: '#ED0382'

red 237 ◦ green 3 ◦ blue 130

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

Shades of Deep Pink #ED0382

Tints of Deep Pink #ED0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 64.05%
G = 0.81%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED0382 (or 0xED0382) is known color: Deep Pink. HEX triplet: ED, 03 and 82. RGB value is (237,3,130). Sum of RGB (Red+Green+Blue) = 237+3+130=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0382 is #12FC7D. Grayscale: #575757. Windows color (decimal): -1244286 or 8520685. OLE color: 8520685.

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

Color convert

RGB 237 3 130 -
CMYK 0 0.99 0.45 0.07
HSL 327.44º 0.98% 0.47% -
HSV(B) 327.44º 0.99% 0.93% -
XYZ 38.99 19.68 22.86 -
YUV 87.44 152.02 234.67 -
System Red Green Blue C M Y K H S L
Decimal 237 3 130 0 0.99 0.45 0.07 327.44 0.98 0.47
Hex ED 3 82 0 63 2D 7 147 62 2F
Octal 355 3 202 0 143 55 7 507 142 57
Binary 11101101 11 10000010 0 1100011 101101 111 101000111 1100010 101111

Color Harmonies of #ED0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0382

Black with #ED0382

Text Example


Text Example

White with #ED0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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