Html Css Color HEX #ED187E Deep Pink

📋 copy color: '#ED187E'

red 237 ◦ green 24 ◦ blue 126

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

Shades of Deep Pink #ED187E

Tints of Deep Pink #ED187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 61.24%
G = 6.2%
B = 32.56%

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

#ED187E (or 0xED187E) is known color: Deep Pink. HEX triplet: ED, 18 and 7E. RGB value is (237,24,126). Sum of RGB (Red+Green+Blue) = 237+24+126=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED187E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED187E is #12E781. Grayscale: #636363. Windows color (decimal): -1238914 or 8263917. OLE color: 8263917.

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

Color convert

RGB 237 24 126 -
CMYK 0 0.90 0.47 0.07
HSL 331.27º 0.86% 0.51% -
HSV(B) 331.27º 0.9% 0.93% -
XYZ 39.02 20.16 21.57 -
YUV 99.32 143.07 226.21 -
System Red Green Blue C M Y K H S L
Decimal 237 24 126 0 0.90 0.47 0.07 331.27 0.86 0.51
Hex ED 18 7E 0 5A 2F 7 14B 56 33
Octal 355 30 176 0 132 57 7 513 126 63
Binary 11101101 11000 1111110 0 1011010 101111 111 101001011 1010110 110011

Color Harmonies of #ED187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED187E

Black with #ED187E

Text Example


Text Example

White with #ED187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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