Html Css Color HEX #ED0A8B Deep Pink

📋 copy color: '#ED0A8B'

red 237 ◦ green 10 ◦ blue 139

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

Shades of Deep Pink #ED0A8B

Tints of Deep Pink #ED0A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.59%

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 61.4%
G = 2.59%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED0A8B (or 0xED0A8B) is known color: Deep Pink. HEX triplet: ED, 0A and 8B. RGB value is (237,10,139). Sum of RGB (Red+Green+Blue) = 237+10+139=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0A8B is #12F574. Grayscale: #5C5C5C. Windows color (decimal): -1242485 or 9112301. OLE color: 9112301.

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

Color convert

RGB 237 10 139 -
CMYK 0 0.96 0.41 0.07
HSL 325.9º 0.92% 0.48% -
HSV(B) 325.9º 0.96% 0.93% -
XYZ 39.69 20.09 26.21 -
YUV 92.58 154.21 231.01 -
System Red Green Blue C M Y K H S L
Decimal 237 10 139 0 0.96 0.41 0.07 325.9 0.92 0.48
Hex ED A 8B 0 60 29 7 146 5C 30
Octal 355 12 213 0 140 51 7 506 134 60
Binary 11101101 1010 10001011 0 1100000 101001 111 101000110 1011100 110000

Color Harmonies of #ED0A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A8B

Black with #ED0A8B

Text Example


Text Example

White with #ED0A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A8B; }

 p { color: rgb(237,10,139); }

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

background-color css

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

 a { background-color: rgb(237,10,139); }

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

border-color css

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

 span { border-color: rgb(237,10,139); }

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