Html Css Color HEX #ED1085 Deep Pink

📋 copy color: '#ED1085'

red 237 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #ED1085

Tints of Deep Pink #ED1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 61.4%
G = 4.15%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED1085 (or 0xED1085) is known color: Deep Pink. HEX triplet: ED, 10 and 85. RGB value is (237,16,133). Sum of RGB (Red+Green+Blue) = 237+16+133=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1085 is #12EF7A. Grayscale: #5F5F5F. Windows color (decimal): -1240955 or 8720621. OLE color: 8720621.

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

Color convert

RGB 237 16 133 -
CMYK 0 0.93 0.44 0.07
HSL 328.24º 0.87% 0.5% -
HSV(B) 328.24º 0.93% 0.93% -
XYZ 39.34 20.07 23.99 -
YUV 95.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 237 16 133 0 0.93 0.44 0.07 328.24 0.87 0.5
Hex ED 10 85 0 5D 2C 7 148 57 32
Octal 355 20 205 0 135 54 7 510 127 62
Binary 11101101 10000 10000101 0 1011101 101100 111 101001000 1010111 110010

Color Harmonies of #ED1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1085

Black with #ED1085

Text Example


Text Example

White with #ED1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1085; }

 p { color: rgb(237,16,133); }

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

background-color css

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

 a { background-color: rgb(237,16,133); }

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

border-color css

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

 span { border-color: rgb(237,16,133); }

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