Html Css Color HEX #ED0683 Deep Pink

📋 copy color: '#ED0683'

red 237 ◦ green 6 ◦ blue 131

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

Shades of Deep Pink #ED0683

Tints of Deep Pink #ED0683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

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

R = 63.37%
G = 1.6%
B = 35.03%

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

#ED0683 (or 0xED0683) is known color: Deep Pink. HEX triplet: ED, 06 and 83. RGB value is (237,6,131). Sum of RGB (Red+Green+Blue) = 237+6+131=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0683 is #12F97C. Grayscale: #595959. Windows color (decimal): -1243517 or 8586989. OLE color: 8586989.

HSL color Cylindrical-coordinate representation of color #ED0683: hue angle of 327.53º degrees, saturation: 0.95, 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 #ED0683 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 131 -
CMYK 0 0.97 0.45 0.07
HSL 327.53º 0.95% 0.48% -
HSV(B) 327.53º 0.97% 0.93% -
XYZ 39.09 19.77 23.23 -
YUV 89.32 151.53 233.34 -
System Red Green Blue C M Y K H S L
Decimal 237 6 131 0 0.97 0.45 0.07 327.53 0.95 0.48
Hex ED 6 83 0 61 2D 7 148 5F 30
Octal 355 6 203 0 141 55 7 510 137 60
Binary 11101101 110 10000011 0 1100001 101101 111 101001000 1011111 110000

Color Harmonies of #ED0683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0683

Black with #ED0683

Text Example


Text Example

White with #ED0683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0683; }

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

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

background-color css

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

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

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

border-color css

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

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

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