Html Css Color HEX #EF1ABC Shocking Pink

📋 copy color: '#EF1ABC'

red 239 ◦ green 26 ◦ blue 188

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

Shades of Shocking Pink #EF1ABC

Tints of Shocking Pink #EF1ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 52.76%
G = 5.74%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF1ABC (or 0xEF1ABC) is known color: Shocking Pink. HEX triplet: EF, 1A and BC. RGB value is (239,26,188). Sum of RGB (Red+Green+Blue) = 239+26+188=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ABC is #10E543. Grayscale: #6B6B6B. Windows color (decimal): -1107268 or 12327663. OLE color: 12327663.

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

Color convert

RGB 239 26 188 -
CMYK 0 0.89 0.21 0.06
HSL 314.37º 0.87% 0.52% -
HSV(B) 314.37º 0.89% 0.94% -
XYZ 45.04 22.72 49.59 -
YUV 108.16 173.07 221.33 -
System Red Green Blue C M Y K H S L
Decimal 239 26 188 0 0.89 0.21 0.06 314.37 0.87 0.52
Hex EF 1A BC 0 59 15 6 13A 57 34
Octal 357 32 274 0 131 25 6 472 127 64
Binary 11101111 11010 10111100 0 1011001 10101 110 100111010 1010111 110100

Color Harmonies of #EF1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1ABC

Black with #EF1ABC

Text Example


Text Example

White with #EF1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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