Html Css Color HEX #ED187F Deep Pink

📋 copy color: '#ED187F'

red 237 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #ED187F

Tints of Deep Pink #ED187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.19%

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

R = 61.08%
G = 6.19%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED187F (or 0xED187F) is known color: Deep Pink. HEX triplet: ED, 18 and 7F. RGB value is (237,24,127). Sum of RGB (Red+Green+Blue) = 237+24+127=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED187F is #12E780. Grayscale: #636363. Windows color (decimal): -1238913 or 8329453. OLE color: 8329453.

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

Color convert

RGB 237 24 127 -
CMYK 0 0.90 0.46 0.07
HSL 330.99º 0.86% 0.51% -
HSV(B) 330.99º 0.9% 0.93% -
XYZ 39.08 20.19 21.92 -
YUV 99.43 143.57 226.12 -
System Red Green Blue C M Y K H S L
Decimal 237 24 127 0 0.90 0.46 0.07 330.99 0.86 0.51
Hex ED 18 7F 0 5A 2E 7 14B 56 33
Octal 355 30 177 0 132 56 7 513 126 63
Binary 11101101 11000 1111111 0 1011010 101110 111 101001011 1010110 110011

Color Harmonies of #ED187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED187F

Black with #ED187F

Text Example


Text Example

White with #ED187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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