Html Css Color HEX #EF1CBB Shocking Pink

📋 copy color: '#EF1CBB'

red 239 ◦ green 28 ◦ blue 187

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

Shades of Shocking Pink #EF1CBB

Tints of Shocking Pink #EF1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.17%

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

R = 52.64%
G = 6.17%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF1CBB (or 0xEF1CBB) is known color: Shocking Pink. HEX triplet: EF, 1C and BB. RGB value is (239,28,187). Sum of RGB (Red+Green+Blue) = 239+28+187=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1CBB is #10E344. Grayscale: #6C6C6C. Windows color (decimal): -1106757 or 12262639. OLE color: 12262639.

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

Color convert

RGB 239 28 187 -
CMYK 0 0.88 0.22 0.06
HSL 314.79º 0.87% 0.52% -
HSV(B) 314.79º 0.88% 0.94% -
XYZ 44.98 22.77 49.04 -
YUV 109.22 171.9 220.57 -
System Red Green Blue C M Y K H S L
Decimal 239 28 187 0 0.88 0.22 0.06 314.79 0.87 0.52
Hex EF 1C BB 0 58 16 6 13B 57 34
Octal 357 34 273 0 130 26 6 473 127 64
Binary 11101111 11100 10111011 0 1011000 10110 110 100111011 1010111 110100

Color Harmonies of #EF1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CBB

Black with #EF1CBB

Text Example


Text Example

White with #EF1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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