Html Css Color HEX #EF158F Deep Pink

📋 copy color: '#EF158F'

red 239 ◦ green 21 ◦ blue 143

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

Shades of Deep Pink #EF158F

Tints of Deep Pink #EF158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 59.31%
G = 5.21%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF158F (or 0xEF158F) is known color: Deep Pink. HEX triplet: EF, 15 and 8F. RGB value is (239,21,143). Sum of RGB (Red+Green+Blue) = 239+21+143=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF158F is #10EA70. Grayscale: #636363. Windows color (decimal): -1108593 or 9377263. OLE color: 9377263.

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

Color convert

RGB 239 21 143 -
CMYK 0 0.91 0.40 0.06
HSL 326.42º 0.87% 0.51% -
HSV(B) 326.42º 0.91% 0.94% -
XYZ 40.82 20.87 27.86 -
YUV 100.09 152.22 227.08 -
System Red Green Blue C M Y K H S L
Decimal 239 21 143 0 0.91 0.40 0.06 326.42 0.87 0.51
Hex EF 15 8F 0 5B 28 6 146 57 33
Octal 357 25 217 0 133 50 6 506 127 63
Binary 11101111 10101 10001111 0 1011011 101000 110 101000110 1010111 110011

Color Harmonies of #EF158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF158F

Black with #EF158F

Text Example


Text Example

White with #EF158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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