Html Css Color HEX #ED098A Deep Pink

📋 copy color: '#ED098A'

red 237 ◦ green 9 ◦ blue 138

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

Shades of Deep Pink #ED098A

Tints of Deep Pink #ED098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 61.72%
G = 2.34%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED098A (or 0xED098A) is known color: Deep Pink. HEX triplet: ED, 09 and 8A. RGB value is (237,9,138). Sum of RGB (Red+Green+Blue) = 237+9+138=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED098A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED098A is #12F675. Grayscale: #5B5B5B. Windows color (decimal): -1242742 or 9046509. OLE color: 9046509.

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

Color convert

RGB 237 9 138 -
CMYK 0 0.96 0.42 0.07
HSL 326.05º 0.93% 0.48% -
HSV(B) 326.05º 0.96% 0.93% -
XYZ 39.61 20.03 25.82 -
YUV 91.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 237 9 138 0 0.96 0.42 0.07 326.05 0.93 0.48
Hex ED 9 8A 0 60 2A 7 146 5D 30
Octal 355 11 212 0 140 52 7 506 135 60
Binary 11101101 1001 10001010 0 1100000 101010 111 101000110 1011101 110000

Color Harmonies of #ED098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED098A

Black with #ED098A

Text Example


Text Example

White with #ED098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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