Html Css Color HEX #ED107F Deep Pink

📋 copy color: '#ED107F'

red 237 ◦ green 16 ◦ blue 127

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

Shades of Deep Pink #ED107F

Tints of Deep Pink #ED107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 62.37%
G = 4.21%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED107F (or 0xED107F) is known color: Deep Pink. HEX triplet: ED, 10 and 7F. RGB value is (237,16,127). Sum of RGB (Red+Green+Blue) = 237+16+127=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED107F is #12EF80. Grayscale: #5E5E5E. Windows color (decimal): -1240961 or 8327405. OLE color: 8327405.

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

Color convert

RGB 237 16 127 -
CMYK 0 0.93 0.46 0.07
HSL 329.86º 0.87% 0.5% -
HSV(B) 329.86º 0.93% 0.93% -
XYZ 38.94 19.91 21.87 -
YUV 94.73 146.22 229.47 -
System Red Green Blue C M Y K H S L
Decimal 237 16 127 0 0.93 0.46 0.07 329.86 0.87 0.5
Hex ED 10 7F 0 5D 2E 7 14A 57 32
Octal 355 20 177 0 135 56 7 512 127 62
Binary 11101101 10000 1111111 0 1011101 101110 111 101001010 1010111 110010

Color Harmonies of #ED107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED107F

Black with #ED107F

Text Example


Text Example

White with #ED107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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