Html Css Color HEX #EF1AB8 Shocking Pink

📋 copy color: '#EF1AB8'

red 239 ◦ green 26 ◦ blue 184

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

Shades of Shocking Pink #EF1AB8

Tints of Shocking Pink #EF1AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 53.23%
G = 5.79%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF1AB8 (or 0xEF1AB8) is known color: Shocking Pink. HEX triplet: EF, 1A and B8. RGB value is (239,26,184). Sum of RGB (Red+Green+Blue) = 239+26+184=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AB8 is #10E547. Grayscale: #6B6B6B. Windows color (decimal): -1107272 or 12065519. OLE color: 12065519.

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

Color convert

RGB 239 26 184 -
CMYK 0 0.89 0.23 0.06
HSL 315.49º 0.87% 0.52% -
HSV(B) 315.49º 0.89% 0.94% -
XYZ 44.62 22.55 47.35 -
YUV 107.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 239 26 184 0 0.89 0.23 0.06 315.49 0.87 0.52
Hex EF 1A B8 0 59 17 6 13B 57 34
Octal 357 32 270 0 131 27 6 473 127 64
Binary 11101111 11010 10111000 0 1011001 10111 110 100111011 1010111 110100

Color Harmonies of #EF1AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AB8

Black with #EF1AB8

Text Example


Text Example

White with #EF1AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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