Html Css Color HEX #EF07BC Shocking Pink

📋 copy color: '#EF07BC'

red 239 ◦ green 7 ◦ blue 188

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

Shades of Shocking Pink #EF07BC

Tints of Shocking Pink #EF07BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 55.07%
G = 1.61%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF07BC (or 0xEF07BC) is known color: Shocking Pink. HEX triplet: EF, 07 and BC. RGB value is (239,7,188). Sum of RGB (Red+Green+Blue) = 239+7+188=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07BC is #10F843. Grayscale: #606060. Windows color (decimal): -1112132 or 12322799. OLE color: 12322799.

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

Color convert

RGB 239 7 188 -
CMYK 0 0.97 0.21 0.06
HSL 313.19º 0.94% 0.48% -
HSV(B) 313.19º 0.97% 0.94% -
XYZ 44.75 22.13 49.49 -
YUV 97 179.36 229.28 -
System Red Green Blue C M Y K H S L
Decimal 239 7 188 0 0.97 0.21 0.06 313.19 0.94 0.48
Hex EF 7 BC 0 61 15 6 139 5E 30
Octal 357 7 274 0 141 25 6 471 136 60
Binary 11101111 111 10111100 0 1100001 10101 110 100111001 1011110 110000

Color Harmonies of #EF07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07BC

Black with #EF07BC

Text Example


Text Example

White with #EF07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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