Html Css Color HEX #EF1ABA Shocking Pink

📋 copy color: '#EF1ABA'

red 239 ◦ green 26 ◦ blue 186

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

Shades of Shocking Pink #EF1ABA

Tints of Shocking Pink #EF1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.76%

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

R = 52.99%
G = 5.76%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF1ABA (or 0xEF1ABA) is known color: Shocking Pink. HEX triplet: EF, 1A and BA. RGB value is (239,26,186). Sum of RGB (Red+Green+Blue) = 239+26+186=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ABA is #10E545. Grayscale: #6B6B6B. Windows color (decimal): -1107270 or 12196591. OLE color: 12196591.

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

Color convert

RGB 239 26 186 -
CMYK 0 0.89 0.22 0.06
HSL 314.93º 0.87% 0.52% -
HSV(B) 314.93º 0.89% 0.94% -
XYZ 44.83 22.63 48.46 -
YUV 107.93 172.07 221.49 -
System Red Green Blue C M Y K H S L
Decimal 239 26 186 0 0.89 0.22 0.06 314.93 0.87 0.52
Hex EF 1A BA 0 59 16 6 13B 57 34
Octal 357 32 272 0 131 26 6 473 127 64
Binary 11101111 11010 10111010 0 1011001 10110 110 100111011 1010111 110100

Color Harmonies of #EF1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ABA

Black with #EF1ABA

Text Example


Text Example

White with #EF1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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