Html Css Color HEX #EF07BA Shocking Pink

📋 copy color: '#EF07BA'

red 239 ◦ green 7 ◦ blue 186

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

Shades of Shocking Pink #EF07BA

Tints of Shocking Pink #EF07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

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

R = 55.32%
G = 1.62%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF07BA (or 0xEF07BA) is known color: Shocking Pink. HEX triplet: EF, 07 and BA. RGB value is (239,7,186). Sum of RGB (Red+Green+Blue) = 239+7+186=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07BA is #10F845. Grayscale: #606060. Windows color (decimal): -1112134 or 12191727. OLE color: 12191727.

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

Color convert

RGB 239 7 186 -
CMYK 0 0.97 0.22 0.06
HSL 313.71º 0.94% 0.48% -
HSV(B) 313.71º 0.97% 0.94% -
XYZ 44.54 22.05 48.36 -
YUV 96.77 178.36 229.45 -
System Red Green Blue C M Y K H S L
Decimal 239 7 186 0 0.97 0.22 0.06 313.71 0.94 0.48
Hex EF 7 BA 0 61 16 6 13A 5E 30
Octal 357 7 272 0 141 26 6 472 136 60
Binary 11101111 111 10111010 0 1100001 10110 110 100111010 1011110 110000

Color Harmonies of #EF07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07BA

Black with #EF07BA

Text Example


Text Example

White with #EF07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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