Html Css Color HEX #ED1683 Deep Pink

📋 copy color: '#ED1683'

red 237 ◦ green 22 ◦ blue 131

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

Shades of Deep Pink #ED1683

Tints of Deep Pink #ED1683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

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

R = 60.77%
G = 5.64%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED1683 (or 0xED1683) is known color: Deep Pink. HEX triplet: ED, 16 and 83. RGB value is (237,22,131). Sum of RGB (Red+Green+Blue) = 237+22+131=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1683 is #12E97C. Grayscale: #626262. Windows color (decimal): -1239421 or 8591085. OLE color: 8591085.

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

Color convert

RGB 237 22 131 -
CMYK 0 0.91 0.45 0.07
HSL 329.58º 0.86% 0.51% -
HSV(B) 329.58º 0.91% 0.93% -
XYZ 39.31 20.22 23.3 -
YUV 98.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 237 22 131 0 0.91 0.45 0.07 329.58 0.86 0.51
Hex ED 16 83 0 5B 2D 7 14A 56 33
Octal 355 26 203 0 133 55 7 512 126 63
Binary 11101101 10110 10000011 0 1011011 101101 111 101001010 1010110 110011

Color Harmonies of #ED1683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1683

Black with #ED1683

Text Example


Text Example

White with #ED1683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1683; }

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

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

background-color css

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

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

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

border-color css

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

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

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