Html Css Color HEX #ED129A Deep Pink

📋 copy color: '#ED129A'

red 237 ◦ green 18 ◦ blue 154

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

Shades of Deep Pink #ED129A

Tints of Deep Pink #ED129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

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

R = 57.95%
G = 4.4%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED129A (or 0xED129A) is known color: Deep Pink. HEX triplet: ED, 12 and 9A. RGB value is (237,18,154). Sum of RGB (Red+Green+Blue) = 237+18+154=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED129A is #12ED65. Grayscale: #626262. Windows color (decimal): -1240422 or 10097389. OLE color: 10097389.

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

Color convert

RGB 237 18 154 -
CMYK 0 0.92 0.35 0.07
HSL 322.74º 0.86% 0.5% -
HSV(B) 322.74º 0.92% 0.93% -
XYZ 40.97 20.77 32.42 -
YUV 98.99 159.05 226.44 -
System Red Green Blue C M Y K H S L
Decimal 237 18 154 0 0.92 0.35 0.07 322.74 0.86 0.5
Hex ED 12 9A 0 5C 23 7 143 56 32
Octal 355 22 232 0 134 43 7 503 126 62
Binary 11101101 10010 10011010 0 1011100 100011 111 101000011 1010110 110010

Color Harmonies of #ED129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED129A

Black with #ED129A

Text Example


Text Example

White with #ED129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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