Html Css Color HEX #ED189A Deep Pink

📋 copy color: '#ED189A'

red 237 ◦ green 24 ◦ blue 154

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

Shades of Deep Pink #ED189A

Tints of Deep Pink #ED189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 57.11%
G = 5.78%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED189A (or 0xED189A) is known color: Deep Pink. HEX triplet: ED, 18 and 9A. RGB value is (237,24,154). Sum of RGB (Red+Green+Blue) = 237+24+154=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED189A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED189A is #12E765. Grayscale: #666666. Windows color (decimal): -1238886 or 10098925. OLE color: 10098925.

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

Color convert

RGB 237 24 154 -
CMYK 0 0.90 0.35 0.07
HSL 323.38º 0.86% 0.51% -
HSV(B) 323.38º 0.9% 0.93% -
XYZ 41.08 20.99 32.46 -
YUV 102.51 157.07 223.93 -
System Red Green Blue C M Y K H S L
Decimal 237 24 154 0 0.90 0.35 0.07 323.38 0.86 0.51
Hex ED 18 9A 0 5A 23 7 143 56 33
Octal 355 30 232 0 132 43 7 503 126 63
Binary 11101101 11000 10011010 0 1011010 100011 111 101000011 1010110 110011

Color Harmonies of #ED189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED189A

Black with #ED189A

Text Example


Text Example

White with #ED189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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