Html Css Color HEX #EF00BA Shocking Pink

📋 copy color: '#EF00BA'

red 239 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #EF00BA

Tints of Shocking Pink #EF00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 56.24%
G = 0%
B = 43.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF00BA (or 0xEF00BA) is known color: Shocking Pink. HEX triplet: EF, 00 and BA. RGB value is (239,0,186). Sum of RGB (Red+Green+Blue) = 239+0+186=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00BA is #10FF45. Grayscale: #5C5C5C. Windows color (decimal): -1113926 or 12189935. OLE color: 12189935.

HSL color Cylindrical-coordinate representation of color #EF00BA: hue angle of 313.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00BA is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 186 -
CMYK 0 1 0.22 0.06
HSL 313.31º 1% 0.47% -
HSV(B) 313.31º 1% 0.94% -
XYZ 44.46 21.9 48.34 -
YUV 92.67 180.68 232.38 -
System Red Green Blue C M Y K H S L
Decimal 239 0 186 0 1 0.22 0.06 313.31 1 0.47
Hex EF 0 BA 0 64 16 6 139 64 2F
Octal 357 0 272 0 144 26 6 471 144 57
Binary 11101111 0 10111010 0 1100100 10110 110 100111001 1100100 101111

Color Harmonies of #EF00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00BA

Black with #EF00BA

Text Example


Text Example

White with #EF00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00BA; }

 p { color: rgb(239,0,186); }

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

background-color css

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

 a { background-color: rgb(239,0,186); }

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

border-color css

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

 span { border-color: rgb(239,0,186); }

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