Html Css Color HEX #EF0FBA Shocking Pink

📋 copy color: '#EF0FBA'

red 239 ◦ green 15 ◦ blue 186

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

Shades of Shocking Pink #EF0FBA

Tints of Shocking Pink #EF0FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 54.32%
G = 3.41%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF0FBA (or 0xEF0FBA) is known color: Shocking Pink. HEX triplet: EF, 0F and BA. RGB value is (239,15,186). Sum of RGB (Red+Green+Blue) = 239+15+186=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FBA is #10F045. Grayscale: #656565. Windows color (decimal): -1110086 or 12193775. OLE color: 12193775.

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

Color convert

RGB 239 15 186 -
CMYK 0 0.94 0.22 0.06
HSL 314.2º 0.88% 0.5% -
HSV(B) 314.2º 0.94% 0.94% -
XYZ 44.63 22.24 48.39 -
YUV 101.47 175.71 226.1 -
System Red Green Blue C M Y K H S L
Decimal 239 15 186 0 0.94 0.22 0.06 314.2 0.88 0.5
Hex EF F BA 0 5E 16 6 13A 58 32
Octal 357 17 272 0 136 26 6 472 130 62
Binary 11101111 1111 10111010 0 1011110 10110 110 100111010 1011000 110010

Color Harmonies of #EF0FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FBA

Black with #EF0FBA

Text Example


Text Example

White with #EF0FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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