Html Css Color HEX #EF1ABB Shocking Pink

📋 copy color: '#EF1ABB'

red 239 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #EF1ABB

Tints of Shocking Pink #EF1ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 52.88%
G = 5.75%
B = 41.37%

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

#EF1ABB (or 0xEF1ABB) is known color: Shocking Pink. HEX triplet: EF, 1A and BB. RGB value is (239,26,187). Sum of RGB (Red+Green+Blue) = 239+26+187=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ABB is #10E544. Grayscale: #6B6B6B. Windows color (decimal): -1107269 or 12262127. OLE color: 12262127.

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

Color convert

RGB 239 26 187 -
CMYK 0 0.89 0.22 0.06
HSL 314.65º 0.87% 0.52% -
HSV(B) 314.65º 0.89% 0.94% -
XYZ 44.94 22.68 49.02 -
YUV 108.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 239 26 187 0 0.89 0.22 0.06 314.65 0.87 0.52
Hex EF 1A BB 0 59 16 6 13B 57 34
Octal 357 32 273 0 131 26 6 473 127 64
Binary 11101111 11010 10111011 0 1011001 10110 110 100111011 1010111 110100

Color Harmonies of #EF1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ABB

Black with #EF1ABB

Text Example


Text Example

White with #EF1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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