Html Css Color HEX #EF1EBA Shocking Pink

📋 copy color: '#EF1EBA'

red 239 ◦ green 30 ◦ blue 186

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

Shades of Shocking Pink #EF1EBA

Tints of Shocking Pink #EF1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.59%

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

R = 52.53%
G = 6.59%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF1EBA (or 0xEF1EBA) is known color: Shocking Pink. HEX triplet: EF, 1E and BA. RGB value is (239,30,186). Sum of RGB (Red+Green+Blue) = 239+30+186=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1EBA is #10E145. Grayscale: #6D6D6D. Windows color (decimal): -1106246 or 12197615. OLE color: 12197615.

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

Color convert

RGB 239 30 186 -
CMYK 0 0.87 0.22 0.06
HSL 315.22º 0.87% 0.53% -
HSV(B) 315.22º 0.87% 0.94% -
XYZ 44.92 22.82 48.49 -
YUV 110.28 170.74 219.82 -
System Red Green Blue C M Y K H S L
Decimal 239 30 186 0 0.87 0.22 0.06 315.22 0.87 0.53
Hex EF 1E BA 0 57 16 6 13B 57 35
Octal 357 36 272 0 127 26 6 473 127 65
Binary 11101111 11110 10111010 0 1010111 10110 110 100111011 1010111 110101

Color Harmonies of #EF1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EBA

Black with #EF1EBA

Text Example


Text Example

White with #EF1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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