Html Css Color HEX #ED098F Deep Pink

📋 copy color: '#ED098F'

red 237 ◦ green 9 ◦ blue 143

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

Shades of Deep Pink #ED098F

Tints of Deep Pink #ED098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 60.93%
G = 2.31%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED098F (or 0xED098F) is known color: Deep Pink. HEX triplet: ED, 09 and 8F. RGB value is (237,9,143). Sum of RGB (Red+Green+Blue) = 237+9+143=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED098F is #12F670. Grayscale: #5C5C5C. Windows color (decimal): -1242737 or 9374189. OLE color: 9374189.

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

Color convert

RGB 237 9 143 -
CMYK 0 0.96 0.40 0.07
HSL 324.74º 0.93% 0.48% -
HSV(B) 324.74º 0.96% 0.93% -
XYZ 39.98 20.18 27.78 -
YUV 92.45 156.54 231.1 -
System Red Green Blue C M Y K H S L
Decimal 237 9 143 0 0.96 0.40 0.07 324.74 0.93 0.48
Hex ED 9 8F 0 60 28 7 145 5D 30
Octal 355 11 217 0 140 50 7 505 135 60
Binary 11101101 1001 10001111 0 1100000 101000 111 101000101 1011101 110000

Color Harmonies of #ED098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED098F

Black with #ED098F

Text Example


Text Example

White with #ED098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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