Html Css Color HEX #EF158D Deep Pink

📋 copy color: '#EF158D'

red 239 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #EF158D

Tints of Deep Pink #EF158D

RGB

 RED value IS 239 (93.75% from 255) = 59.6%

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

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

R = 59.6%
G = 5.24%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF158D (or 0xEF158D) is known color: Deep Pink. HEX triplet: EF, 15 and 8D. RGB value is (239,21,141). Sum of RGB (Red+Green+Blue) = 239+21+141=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158D is #10EA72. Grayscale: #636363. Windows color (decimal): -1108595 or 9246191. OLE color: 9246191.

HSL color Cylindrical-coordinate representation of color #EF158D: hue angle of 326.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF158D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 141 -
CMYK 0 0.91 0.41 0.06
HSL 326.97º 0.87% 0.51% -
HSV(B) 326.97º 0.91% 0.94% -
XYZ 40.67 20.81 27.07 -
YUV 99.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 239 21 141 0 0.91 0.41 0.06 326.97 0.87 0.51
Hex EF 15 8D 0 5B 29 6 147 57 33
Octal 357 25 215 0 133 51 6 507 127 63
Binary 11101111 10101 10001101 0 1011011 101001 110 101000111 1010111 110011

Color Harmonies of #EF158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF158D

Black with #EF158D

Text Example


Text Example

White with #EF158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF158D; }

 p { color: rgb(239,21,141); }

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

background-color css

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

 a { background-color: rgb(239,21,141); }

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

border-color css

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

 span { border-color: rgb(239,21,141); }

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