Html Css Color HEX #ED158B Deep Pink

📋 copy color: '#ED158B'

red 237 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #ED158B

Tints of Deep Pink #ED158B

RGB

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

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

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

R = 59.7%
G = 5.29%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED158B (or 0xED158B) is known color: Deep Pink. HEX triplet: ED, 15 and 8B. RGB value is (237,21,139). Sum of RGB (Red+Green+Blue) = 237+21+139=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED158B is #12EA74. Grayscale: #626262. Windows color (decimal): -1239669 or 9115117. OLE color: 9115117.

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

Color convert

RGB 237 21 139 -
CMYK 0 0.91 0.41 0.07
HSL 327.22º 0.86% 0.51% -
HSV(B) 327.22º 0.91% 0.93% -
XYZ 39.85 20.4 26.26 -
YUV 99.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 237 21 139 0 0.91 0.41 0.07 327.22 0.86 0.51
Hex ED 15 8B 0 5B 29 7 147 56 33
Octal 355 25 213 0 133 51 7 507 126 63
Binary 11101101 10101 10001011 0 1011011 101001 111 101000111 1010110 110011

Color Harmonies of #ED158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED158B

Black with #ED158B

Text Example


Text Example

White with #ED158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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