Html Css Color HEX #ED189F Deep Pink

📋 copy color: '#ED189F'

red 237 ◦ green 24 ◦ blue 159

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

Shades of Deep Pink #ED189F

Tints of Deep Pink #ED189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 56.43%
G = 5.71%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED189F (or 0xED189F) is known color: Deep Pink. HEX triplet: ED, 18 and 9F. RGB value is (237,24,159). Sum of RGB (Red+Green+Blue) = 237+24+159=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED189F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED189F is #12E760. Grayscale: #666666. Windows color (decimal): -1238881 or 10426605. OLE color: 10426605.

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

Color convert

RGB 237 24 159 -
CMYK 0 0.90 0.33 0.07
HSL 321.97º 0.86% 0.51% -
HSV(B) 321.97º 0.9% 0.93% -
XYZ 41.51 21.16 34.7 -
YUV 103.08 159.57 223.52 -
System Red Green Blue C M Y K H S L
Decimal 237 24 159 0 0.90 0.33 0.07 321.97 0.86 0.51
Hex ED 18 9F 0 5A 21 7 142 56 33
Octal 355 30 237 0 132 41 7 502 126 63
Binary 11101101 11000 10011111 0 1011010 100001 111 101000010 1010110 110011

Color Harmonies of #ED189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED189F

Black with #ED189F

Text Example


Text Example

White with #ED189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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