Html Css Color HEX #ED088E Deep Pink

📋 copy color: '#ED088E'

red 237 ◦ green 8 ◦ blue 142

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

Shades of Deep Pink #ED088E

Tints of Deep Pink #ED088E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 61.24%
G = 2.07%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED088E (or 0xED088E) is known color: Deep Pink. HEX triplet: ED, 08 and 8E. RGB value is (237,8,142). Sum of RGB (Red+Green+Blue) = 237+8+142=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED088E is #12F771. Grayscale: #5B5B5B. Windows color (decimal): -1242994 or 9308397. OLE color: 9308397.

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

Color convert

RGB 237 8 142 -
CMYK 0 0.97 0.40 0.07
HSL 324.89º 0.93% 0.48% -
HSV(B) 324.89º 0.97% 0.93% -
XYZ 39.89 20.13 27.37 -
YUV 91.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 237 8 142 0 0.97 0.40 0.07 324.89 0.93 0.48
Hex ED 8 8E 0 61 28 7 145 5D 30
Octal 355 10 216 0 141 50 7 505 135 60
Binary 11101101 1000 10001110 0 1100001 101000 111 101000101 1011101 110000

Color Harmonies of #ED088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED088E

Black with #ED088E

Text Example


Text Example

White with #ED088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED088E; }

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

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

background-color css

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

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

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

border-color css

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

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

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