Html Css Color HEX #EF1FBE Shocking Pink

📋 copy color: '#EF1FBE'

red 239 ◦ green 31 ◦ blue 190

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

Shades of Shocking Pink #EF1FBE

Tints of Shocking Pink #EF1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.74%

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

R = 51.96%
G = 6.74%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF1FBE (or 0xEF1FBE) is known color: Shocking Pink. HEX triplet: EF, 1F and BE. RGB value is (239,31,190). Sum of RGB (Red+Green+Blue) = 239+31+190=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FBE is #10E041. Grayscale: #6E6E6E. Windows color (decimal): -1105986 or 12460015. OLE color: 12460015.

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

Color convert

RGB 239 31 190 -
CMYK 0 0.87 0.21 0.06
HSL 314.13º 0.87% 0.53% -
HSV(B) 314.13º 0.87% 0.94% -
XYZ 45.38 23.05 50.77 -
YUV 111.32 172.41 219.07 -
System Red Green Blue C M Y K H S L
Decimal 239 31 190 0 0.87 0.21 0.06 314.13 0.87 0.53
Hex EF 1F BE 0 57 15 6 13A 57 35
Octal 357 37 276 0 127 25 6 472 127 65
Binary 11101111 11111 10111110 0 1010111 10101 110 100111010 1010111 110101

Color Harmonies of #EF1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FBE

Black with #EF1FBE

Text Example


Text Example

White with #EF1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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