Html Css Color HEX #ED187B Deep Pink

📋 copy color: '#ED187B'

red 237 ◦ green 24 ◦ blue 123

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

Shades of Deep Pink #ED187B

Tints of Deep Pink #ED187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 61.72%
G = 6.25%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED187B (or 0xED187B) is known color: Deep Pink. HEX triplet: ED, 18 and 7B. RGB value is (237,24,123). Sum of RGB (Red+Green+Blue) = 237+24+123=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED187B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED187B is #12E784. Grayscale: #626262. Windows color (decimal): -1238917 or 8067309. OLE color: 8067309.

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

Color convert

RGB 237 24 123 -
CMYK 0 0.90 0.48 0.07
HSL 332.11º 0.86% 0.51% -
HSV(B) 332.11º 0.9% 0.93% -
XYZ 38.83 20.09 20.57 -
YUV 98.97 141.57 226.45 -
System Red Green Blue C M Y K H S L
Decimal 237 24 123 0 0.90 0.48 0.07 332.11 0.86 0.51
Hex ED 18 7B 0 5A 30 7 14C 56 33
Octal 355 30 173 0 132 60 7 514 126 63
Binary 11101101 11000 1111011 0 1011010 110000 111 101001100 1010110 110011

Color Harmonies of #ED187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED187B

Black with #ED187B

Text Example


Text Example

White with #ED187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED187B; }

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

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

background-color css

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

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

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

border-color css

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

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

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