Html Css Color HEX #ED1483 Deep Pink

📋 copy color: '#ED1483'

red 237 ◦ green 20 ◦ blue 131

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

Shades of Deep Pink #ED1483

Tints of Deep Pink #ED1483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.15%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 61.08%
G = 5.15%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED1483 (or 0xED1483) is known color: Deep Pink. HEX triplet: ED, 14 and 83. RGB value is (237,20,131). Sum of RGB (Red+Green+Blue) = 237+20+131=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1483 is #12EB7C. Grayscale: #616161. Windows color (decimal): -1239933 or 8590573. OLE color: 8590573.

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

Color convert

RGB 237 20 131 -
CMYK 0 0.92 0.45 0.07
HSL 329.31º 0.86% 0.5% -
HSV(B) 329.31º 0.92% 0.93% -
XYZ 39.27 20.14 23.29 -
YUV 97.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 237 20 131 0 0.92 0.45 0.07 329.31 0.86 0.5
Hex ED 14 83 0 5C 2D 7 149 56 32
Octal 355 24 203 0 134 55 7 511 126 62
Binary 11101101 10100 10000011 0 1011100 101101 111 101001001 1010110 110010

Color Harmonies of #ED1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1483

Black with #ED1483

Text Example


Text Example

White with #ED1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1483; }

 p { color: rgb(237,20,131); }

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

background-color css

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

 a { background-color: rgb(237,20,131); }

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

border-color css

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

 span { border-color: rgb(237,20,131); }

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