Html Css Color HEX #ED188C Deep Pink

📋 copy color: '#ED188C'

red 237 ◦ green 24 ◦ blue 140

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

Shades of Deep Pink #ED188C

Tints of Deep Pink #ED188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 59.1%
G = 5.99%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED188C (or 0xED188C) is known color: Deep Pink. HEX triplet: ED, 18 and 8C. RGB value is (237,24,140). Sum of RGB (Red+Green+Blue) = 237+24+140=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED188C is #12E773. Grayscale: #646464. Windows color (decimal): -1238900 or 9181421. OLE color: 9181421.

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

Color convert

RGB 237 24 140 -
CMYK 0 0.90 0.41 0.07
HSL 327.32º 0.86% 0.51% -
HSV(B) 327.32º 0.9% 0.93% -
XYZ 39.99 20.55 26.67 -
YUV 100.91 150.07 225.07 -
System Red Green Blue C M Y K H S L
Decimal 237 24 140 0 0.90 0.41 0.07 327.32 0.86 0.51
Hex ED 18 8C 0 5A 29 7 147 56 33
Octal 355 30 214 0 132 51 7 507 126 63
Binary 11101101 11000 10001100 0 1011010 101001 111 101000111 1010110 110011

Color Harmonies of #ED188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED188C

Black with #ED188C

Text Example


Text Example

White with #ED188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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