Html Css Color HEX #EB18D1 Shocking Pink

📋 copy color: '#EB18D1'

red 235 ◦ green 24 ◦ blue 209

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

Shades of Shocking Pink #EB18D1

Tints of Shocking Pink #EB18D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 50.21%
G = 5.13%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB18D1 (or 0xEB18D1) is known color: Shocking Pink. HEX triplet: EB, 18 and D1. RGB value is (235,24,209). Sum of RGB (Red+Green+Blue) = 235+24+209=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18D1 is #14E72E. Grayscale: #6B6B6B. Windows color (decimal): -1369903 or 13703403. OLE color: 13703403.

HSL color Cylindrical-coordinate representation of color #EB18D1: hue angle of 307.39º 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 #EB18D1 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 209 -
CMYK 0 0.90 0.11 0.08
HSL 307.39º 0.84% 0.51% -
HSV(B) 307.39º 0.9% 0.92% -
XYZ 46.1 22.92 62.32 -
YUV 108.18 184.9 218.46 -
System Red Green Blue C M Y K H S L
Decimal 235 24 209 0 0.90 0.11 0.08 307.39 0.84 0.51
Hex EB 18 D1 0 5A B 8 133 54 33
Octal 353 30 321 0 132 13 10 463 124 63
Binary 11101011 11000 11010001 0 1011010 1011 1000 100110011 1010100 110011

Color Harmonies of #EB18D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18D1

Black with #EB18D1

Text Example


Text Example

White with #EB18D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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