Html Css Color HEX #EF0B8A Deep Pink

📋 copy color: '#EF0B8A'

red 239 ◦ green 11 ◦ blue 138

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

Shades of Deep Pink #EF0B8A

Tints of Deep Pink #EF0B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 61.6%
G = 2.84%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF0B8A (or 0xEF0B8A) is known color: Deep Pink. HEX triplet: EF, 0B and 8A. RGB value is (239,11,138). Sum of RGB (Red+Green+Blue) = 239+11+138=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0B8A is #10F475. Grayscale: #5D5D5D. Windows color (decimal): -1111158 or 9047023. OLE color: 9047023.

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

Color convert

RGB 239 11 138 -
CMYK 0 0.95 0.42 0.06
HSL 326.58º 0.91% 0.49% -
HSV(B) 326.58º 0.95% 0.94% -
XYZ 40.3 20.43 25.86 -
YUV 93.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 239 11 138 0 0.95 0.42 0.06 326.58 0.91 0.49
Hex EF B 8A 0 5F 2A 6 147 5B 31
Octal 357 13 212 0 137 52 6 507 133 61
Binary 11101111 1011 10001010 0 1011111 101010 110 101000111 1011011 110001

Color Harmonies of #EF0B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0B8A

Black with #EF0B8A

Text Example


Text Example

White with #EF0B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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