Html Css Color HEX #EF18BB Shocking Pink

📋 copy color: '#EF18BB'

red 239 ◦ green 24 ◦ blue 187

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

Shades of Shocking Pink #EF18BB

Tints of Shocking Pink #EF18BB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.33%

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

R = 53.11%
G = 5.33%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF18BB (or 0xEF18BB) is known color: Shocking Pink. HEX triplet: EF, 18 and BB. RGB value is (239,24,187). Sum of RGB (Red+Green+Blue) = 239+24+187=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF18BB is #10E744. Grayscale: #6A6A6A. Windows color (decimal): -1107781 or 12261615. OLE color: 12261615.

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

Color convert

RGB 239 24 187 -
CMYK 0 0.90 0.22 0.06
HSL 314.51º 0.87% 0.52% -
HSV(B) 314.51º 0.9% 0.94% -
XYZ 44.89 22.59 49.01 -
YUV 106.87 173.23 222.25 -
System Red Green Blue C M Y K H S L
Decimal 239 24 187 0 0.90 0.22 0.06 314.51 0.87 0.52
Hex EF 18 BB 0 5A 16 6 13B 57 34
Octal 357 30 273 0 132 26 6 473 127 64
Binary 11101111 11000 10111011 0 1011010 10110 110 100111011 1010111 110100

Color Harmonies of #EF18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF18BB

Black with #EF18BB

Text Example


Text Example

White with #EF18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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