Html Css Color HEX #ED1384 Deep Pink

📋 copy color: '#ED1384'

red 237 ◦ green 19 ◦ blue 132

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

Shades of Deep Pink #ED1384

Tints of Deep Pink #ED1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 61.08%
G = 4.9%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED1384 (or 0xED1384) is known color: Deep Pink. HEX triplet: ED, 13 and 84. RGB value is (237,19,132). Sum of RGB (Red+Green+Blue) = 237+19+132=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1384 is #12EC7B. Grayscale: #606060. Windows color (decimal): -1240188 or 8655853. OLE color: 8655853.

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

Color convert

RGB 237 19 132 -
CMYK 0 0.92 0.44 0.07
HSL 328.9º 0.86% 0.5% -
HSV(B) 328.9º 0.92% 0.93% -
XYZ 39.32 20.14 23.64 -
YUV 97.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 237 19 132 0 0.92 0.44 0.07 328.9 0.86 0.5
Hex ED 13 84 0 5C 2C 7 149 56 32
Octal 355 23 204 0 134 54 7 511 126 62
Binary 11101101 10011 10000100 0 1011100 101100 111 101001001 1010110 110010

Color Harmonies of #ED1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1384

Black with #ED1384

Text Example


Text Example

White with #ED1384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1384; }

 p { color: rgb(237,19,132); }

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

background-color css

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

 a { background-color: rgb(237,19,132); }

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

border-color css

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

 span { border-color: rgb(237,19,132); }

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