Html Css Color HEX #ED187D Deep Pink

📋 copy color: '#ED187D'

red 237 ◦ green 24 ◦ blue 125

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

Shades of Deep Pink #ED187D

Tints of Deep Pink #ED187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 61.4%
G = 6.22%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED187D (or 0xED187D) is known color: Deep Pink. HEX triplet: ED, 18 and 7D. RGB value is (237,24,125). Sum of RGB (Red+Green+Blue) = 237+24+125=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED187D is #12E782. Grayscale: #636363. Windows color (decimal): -1238915 or 8198381. OLE color: 8198381.

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

Color convert

RGB 237 24 125 -
CMYK 0 0.90 0.47 0.07
HSL 331.55º 0.86% 0.51% -
HSV(B) 331.55º 0.9% 0.93% -
XYZ 38.95 20.14 21.24 -
YUV 99.2 142.57 226.29 -
System Red Green Blue C M Y K H S L
Decimal 237 24 125 0 0.90 0.47 0.07 331.55 0.86 0.51
Hex ED 18 7D 0 5A 2F 7 14C 56 33
Octal 355 30 175 0 132 57 7 514 126 63
Binary 11101101 11000 1111101 0 1011010 101111 111 101001100 1010110 110011

Color Harmonies of #ED187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED187D

Black with #ED187D

Text Example


Text Example

White with #ED187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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