Html Css Color HEX #EF158B Deep Pink

📋 copy color: '#EF158B'

red 239 ◦ green 21 ◦ blue 139

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

Shades of Deep Pink #EF158B

Tints of Deep Pink #EF158B

RGB

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

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

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

R = 59.9%
G = 5.26%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF158B (or 0xEF158B) is known color: Deep Pink. HEX triplet: EF, 15 and 8B. RGB value is (239,21,139). Sum of RGB (Red+Green+Blue) = 239+21+139=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158B is #10EA74. Grayscale: #636363. Windows color (decimal): -1108597 or 9115119. OLE color: 9115119.

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

Color convert

RGB 239 21 139 -
CMYK 0 0.91 0.42 0.06
HSL 327.52º 0.87% 0.51% -
HSV(B) 327.52º 0.91% 0.94% -
XYZ 40.52 20.75 26.3 -
YUV 99.63 150.22 227.41 -
System Red Green Blue C M Y K H S L
Decimal 239 21 139 0 0.91 0.42 0.06 327.52 0.87 0.51
Hex EF 15 8B 0 5B 2A 6 148 57 33
Octal 357 25 213 0 133 52 6 510 127 63
Binary 11101111 10101 10001011 0 1011011 101010 110 101001000 1010111 110011

Color Harmonies of #EF158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF158B

Black with #EF158B

Text Example


Text Example

White with #EF158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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