Html Css Color HEX #ED158E Deep Pink

📋 copy color: '#ED158E'

red 237 ◦ green 21 ◦ blue 142

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

Shades of Deep Pink #ED158E

Tints of Deep Pink #ED158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 59.25%
G = 5.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED158E (or 0xED158E) is known color: Deep Pink. HEX triplet: ED, 15 and 8E. RGB value is (237,21,142). Sum of RGB (Red+Green+Blue) = 237+21+142=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED158E is #12EA71. Grayscale: #636363. Windows color (decimal): -1239666 or 9311725. OLE color: 9311725.

HSL color Cylindrical-coordinate representation of color #ED158E: hue angle of 326.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED158E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 142 -
CMYK 0 0.91 0.40 0.07
HSL 326.39º 0.86% 0.51% -
HSV(B) 326.39º 0.91% 0.93% -
XYZ 40.08 20.49 27.43 -
YUV 99.38 152.06 226.16 -
System Red Green Blue C M Y K H S L
Decimal 237 21 142 0 0.91 0.40 0.07 326.39 0.86 0.51
Hex ED 15 8E 0 5B 28 7 146 56 33
Octal 355 25 216 0 133 50 7 506 126 63
Binary 11101101 10101 10001110 0 1011011 101000 111 101000110 1010110 110011

Color Harmonies of #ED158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED158E

Black with #ED158E

Text Example


Text Example

White with #ED158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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