Html Css Color HEX #EF0B8D Deep Pink

📋 copy color: '#EF0B8D'

red 239 ◦ green 11 ◦ blue 141

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

Shades of Deep Pink #EF0B8D

Tints of Deep Pink #EF0B8D

RGB

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

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

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

R = 61.13%
G = 2.81%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF0B8D (or 0xEF0B8D) is known color: Deep Pink. HEX triplet: EF, 0B and 8D. RGB value is (239,11,141). Sum of RGB (Red+Green+Blue) = 239+11+141=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B8D is #10F472. Grayscale: #5D5D5D. Windows color (decimal): -1111155 or 9243631. OLE color: 9243631.

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

Color convert

RGB 239 11 141 -
CMYK 0 0.95 0.41 0.06
HSL 325.79º 0.91% 0.49% -
HSV(B) 325.79º 0.95% 0.94% -
XYZ 40.52 20.51 27.02 -
YUV 93.99 154.54 231.43 -
System Red Green Blue C M Y K H S L
Decimal 239 11 141 0 0.95 0.41 0.06 325.79 0.91 0.49
Hex EF B 8D 0 5F 29 6 146 5B 31
Octal 357 13 215 0 137 51 6 506 133 61
Binary 11101111 1011 10001101 0 1011111 101001 110 101000110 1011011 110001

Color Harmonies of #EF0B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B8D

Black with #EF0B8D

Text Example


Text Example

White with #EF0B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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