Html Css Color HEX #ED088D Deep Pink

📋 copy color: '#ED088D'

red 237 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #ED088D

Tints of Deep Pink #ED088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 61.4%
G = 2.07%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED088D (or 0xED088D) is known color: Deep Pink. HEX triplet: ED, 08 and 8D. RGB value is (237,8,141). Sum of RGB (Red+Green+Blue) = 237+8+141=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED088D is #12F772. Grayscale: #5B5B5B. Windows color (decimal): -1242995 or 9242861. OLE color: 9242861.

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

Color convert

RGB 237 8 141 -
CMYK 0 0.97 0.41 0.07
HSL 325.15º 0.93% 0.48% -
HSV(B) 325.15º 0.97% 0.93% -
XYZ 39.82 20.1 26.98 -
YUV 91.63 155.87 231.69 -
System Red Green Blue C M Y K H S L
Decimal 237 8 141 0 0.97 0.41 0.07 325.15 0.93 0.48
Hex ED 8 8D 0 61 29 7 145 5D 30
Octal 355 10 215 0 141 51 7 505 135 60
Binary 11101101 1000 10001101 0 1100001 101001 111 101000101 1011101 110000

Color Harmonies of #ED088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED088D

Black with #ED088D

Text Example


Text Example

White with #ED088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED088D; }

 p { color: rgb(237,8,141); }

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

background-color css

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

 a { background-color: rgb(237,8,141); }

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

border-color css

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

 span { border-color: rgb(237,8,141); }

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