Html Css Color HEX #ED097C Deep Pink

📋 copy color: '#ED097C'

red 237 ◦ green 9 ◦ blue 124

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

Shades of Deep Pink #ED097C

Tints of Deep Pink #ED097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 64.05%
G = 2.43%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED097C (or 0xED097C) is known color: Deep Pink. HEX triplet: ED, 09 and 7C. RGB value is (237,9,124). Sum of RGB (Red+Green+Blue) = 237+9+124=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED097C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED097C is #12F683. Grayscale: #5A5A5A. Windows color (decimal): -1242756 or 8129005. OLE color: 8129005.

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

Color convert

RGB 237 9 124 -
CMYK 0 0.96 0.48 0.07
HSL 329.74º 0.93% 0.48% -
HSV(B) 329.74º 0.96% 0.93% -
XYZ 38.66 19.66 20.82 -
YUV 90.28 147.04 232.65 -
System Red Green Blue C M Y K H S L
Decimal 237 9 124 0 0.96 0.48 0.07 329.74 0.93 0.48
Hex ED 9 7C 0 60 30 7 14A 5D 30
Octal 355 11 174 0 140 60 7 512 135 60
Binary 11101101 1001 1111100 0 1100000 110000 111 101001010 1011101 110000

Color Harmonies of #ED097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED097C

Black with #ED097C

Text Example


Text Example

White with #ED097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED097C; }

 p { color: rgb(237,9,124); }

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

background-color css

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

 a { background-color: rgb(237,9,124); }

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

border-color css

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

 span { border-color: rgb(237,9,124); }

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