Html Css Color HEX #EF0B93 Deep Pink

📋 copy color: '#EF0B93'

red 239 ◦ green 11 ◦ blue 147

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

Shades of Deep Pink #EF0B93

Tints of Deep Pink #EF0B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.77%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 60.2%
G = 2.77%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF0B93 (or 0xEF0B93) is known color: Deep Pink. HEX triplet: EF, 0B and 93. RGB value is (239,11,147). Sum of RGB (Red+Green+Blue) = 239+11+147=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B93 is #10F46C. Grayscale: #5E5E5E. Windows color (decimal): -1111149 or 9636847. OLE color: 9636847.

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

Color convert

RGB 239 11 147 -
CMYK 0 0.95 0.38 0.06
HSL 324.21º 0.91% 0.49% -
HSV(B) 324.21º 0.95% 0.94% -
XYZ 40.98 20.7 29.44 -
YUV 94.68 157.54 230.94 -
System Red Green Blue C M Y K H S L
Decimal 239 11 147 0 0.95 0.38 0.06 324.21 0.91 0.49
Hex EF B 93 0 5F 26 6 144 5B 31
Octal 357 13 223 0 137 46 6 504 133 61
Binary 11101111 1011 10010011 0 1011111 100110 110 101000100 1011011 110001

Color Harmonies of #EF0B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B93

Black with #EF0B93

Text Example


Text Example

White with #EF0B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B93; }

 p { color: rgb(239,11,147); }

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

background-color css

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

 a { background-color: rgb(239,11,147); }

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

border-color css

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

 span { border-color: rgb(239,11,147); }

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