Html Css Color HEX #ED088C Deep Pink

📋 copy color: '#ED088C'

red 237 ◦ green 8 ◦ blue 140

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

Shades of Deep Pink #ED088C

Tints of Deep Pink #ED088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 61.56%
G = 2.08%
B = 36.36%

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

#ED088C (or 0xED088C) is known color: Deep Pink. HEX triplet: ED, 08 and 8C. RGB value is (237,8,140). Sum of RGB (Red+Green+Blue) = 237+8+140=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED088C is #12F773. Grayscale: #5B5B5B. Windows color (decimal): -1242996 or 9177325. OLE color: 9177325.

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

Color convert

RGB 237 8 140 -
CMYK 0 0.97 0.41 0.07
HSL 325.41º 0.93% 0.48% -
HSV(B) 325.41º 0.97% 0.93% -
XYZ 39.75 20.07 26.59 -
YUV 91.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 237 8 140 0 0.97 0.41 0.07 325.41 0.93 0.48
Hex ED 8 8C 0 61 29 7 145 5D 30
Octal 355 10 214 0 141 51 7 505 135 60
Binary 11101101 1000 10001100 0 1100001 101001 111 101000101 1011101 110000

Color Harmonies of #ED088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED088C

Black with #ED088C

Text Example


Text Example

White with #ED088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED088C; }

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

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

background-color css

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

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

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

border-color css

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

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

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