Html Css Color HEX #EF07BE Shocking Pink

📋 copy color: '#EF07BE'

red 239 ◦ green 7 ◦ blue 190

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

Shades of Shocking Pink #EF07BE

Tints of Shocking Pink #EF07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 54.82%
G = 1.61%
B = 43.58%

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

#EF07BE (or 0xEF07BE) is known color: Shocking Pink. HEX triplet: EF, 07 and BE. RGB value is (239,7,190). Sum of RGB (Red+Green+Blue) = 239+7+190=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07BE is #10F841. Grayscale: #606060. Windows color (decimal): -1112130 or 12453871. OLE color: 12453871.

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

Color convert

RGB 239 7 190 -
CMYK 0 0.97 0.21 0.06
HSL 312.67º 0.94% 0.48% -
HSV(B) 312.67º 0.97% 0.94% -
XYZ 44.97 22.22 50.63 -
YUV 97.23 180.36 229.12 -
System Red Green Blue C M Y K H S L
Decimal 239 7 190 0 0.97 0.21 0.06 312.67 0.94 0.48
Hex EF 7 BE 0 61 15 6 139 5E 30
Octal 357 7 276 0 141 25 6 471 136 60
Binary 11101111 111 10111110 0 1100001 10101 110 100111001 1011110 110000

Color Harmonies of #EF07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07BE

Black with #EF07BE

Text Example


Text Example

White with #EF07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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