Html Css Color HEX #ED097D Deep Pink

📋 copy color: '#ED097D'

red 237 ◦ green 9 ◦ blue 125

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

Shades of Deep Pink #ED097D

Tints of Deep Pink #ED097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 63.88%
G = 2.43%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED097D (or 0xED097D) is known color: Deep Pink. HEX triplet: ED, 09 and 7D. RGB value is (237,9,125). Sum of RGB (Red+Green+Blue) = 237+9+125=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED097D is #12F682. Grayscale: #5A5A5A. Windows color (decimal): -1242755 or 8194541. OLE color: 8194541.

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

Color convert

RGB 237 9 125 -
CMYK 0 0.96 0.47 0.07
HSL 329.47º 0.93% 0.48% -
HSV(B) 329.47º 0.96% 0.93% -
XYZ 38.72 19.68 21.16 -
YUV 90.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 237 9 125 0 0.96 0.47 0.07 329.47 0.93 0.48
Hex ED 9 7D 0 60 2F 7 149 5D 30
Octal 355 11 175 0 140 57 7 511 135 60
Binary 11101101 1001 1111101 0 1100000 101111 111 101001001 1011101 110000

Color Harmonies of #ED097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED097D

Black with #ED097D

Text Example


Text Example

White with #ED097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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