Html Css Color HEX #EF1BBB Shocking Pink

📋 copy color: '#EF1BBB'

red 239 ◦ green 27 ◦ blue 187

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

Shades of Shocking Pink #EF1BBB

Tints of Shocking Pink #EF1BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.96%

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

R = 52.76%
G = 5.96%
B = 41.28%

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

#EF1BBB (or 0xEF1BBB) is known color: Shocking Pink. HEX triplet: EF, 1B and BB. RGB value is (239,27,187). Sum of RGB (Red+Green+Blue) = 239+27+187=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1BBB is #10E444. Grayscale: #6C6C6C. Windows color (decimal): -1107013 or 12262383. OLE color: 12262383.

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

Color convert

RGB 239 27 187 -
CMYK 0 0.89 0.22 0.06
HSL 314.72º 0.87% 0.52% -
HSV(B) 314.72º 0.89% 0.94% -
XYZ 44.96 22.72 49.03 -
YUV 108.63 172.24 220.99 -
System Red Green Blue C M Y K H S L
Decimal 239 27 187 0 0.89 0.22 0.06 314.72 0.87 0.52
Hex EF 1B BB 0 59 16 6 13B 57 34
Octal 357 33 273 0 131 26 6 473 127 64
Binary 11101111 11011 10111011 0 1011001 10110 110 100111011 1010111 110100

Color Harmonies of #EF1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BBB

Black with #EF1BBB

Text Example


Text Example

White with #EF1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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