Html Css Color HEX #ED1194 Deep Pink

📋 copy color: '#ED1194'

red 237 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #ED1194

Tints of Deep Pink #ED1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.23%

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 58.96%
G = 4.23%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED1194 (or 0xED1194) is known color: Deep Pink. HEX triplet: ED, 11 and 94. RGB value is (237,17,148). Sum of RGB (Red+Green+Blue) = 237+17+148=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1194 is #12EE6B. Grayscale: #616161. Windows color (decimal): -1240684 or 9703917. OLE color: 9703917.

HSL color Cylindrical-coordinate representation of color #ED1194: hue angle of 324.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1194 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 148 -
CMYK 0 0.93 0.38 0.07
HSL 324.27º 0.87% 0.5% -
HSV(B) 324.27º 0.93% 0.93% -
XYZ 40.47 20.54 29.85 -
YUV 97.71 156.39 227.35 -
System Red Green Blue C M Y K H S L
Decimal 237 17 148 0 0.93 0.38 0.07 324.27 0.87 0.5
Hex ED 11 94 0 5D 26 7 144 57 32
Octal 355 21 224 0 135 46 7 504 127 62
Binary 11101101 10001 10010100 0 1011101 100110 111 101000100 1010111 110010

Color Harmonies of #ED1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1194

Black with #ED1194

Text Example


Text Example

White with #ED1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1194; }

 p { color: rgb(237,17,148); }

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

background-color css

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

 a { background-color: rgb(237,17,148); }

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

border-color css

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

 span { border-color: rgb(237,17,148); }

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