Html Css Color HEX #EB18BB Shocking Pink

📋 copy color: '#EB18BB'

red 235 ◦ green 24 ◦ blue 187

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

Shades of Shocking Pink #EB18BB

Tints of Shocking Pink #EB18BB

RGB

 RED value IS 235 (92.19% from 255) = 52.69%

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

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

R = 52.69%
G = 5.38%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB18BB (or 0xEB18BB) is known color: Shocking Pink. HEX triplet: EB, 18 and BB. RGB value is (235,24,187). Sum of RGB (Red+Green+Blue) = 235+24+187=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18BB is #14E744. Grayscale: #696969. Windows color (decimal): -1369925 or 12261611. OLE color: 12261611.

HSL color Cylindrical-coordinate representation of color #EB18BB: hue angle of 313.65º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18BB is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 187 -
CMYK 0 0.90 0.20 0.08
HSL 313.65º 0.84% 0.51% -
HSV(B) 313.65º 0.9% 0.92% -
XYZ 43.56 21.9 48.95 -
YUV 105.67 173.9 220.25 -
System Red Green Blue C M Y K H S L
Decimal 235 24 187 0 0.90 0.20 0.08 313.65 0.84 0.51
Hex EB 18 BB 0 5A 14 8 13A 54 33
Octal 353 30 273 0 132 24 10 472 124 63
Binary 11101011 11000 10111011 0 1011010 10100 1000 100111010 1010100 110011

Color Harmonies of #EB18BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18BB

Black with #EB18BB

Text Example


Text Example

White with #EB18BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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