Html Css Color HEX #EB18DA Shocking Pink

📋 copy color: '#EB18DA'

red 235 ◦ green 24 ◦ blue 218

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

Shades of Shocking Pink #EB18DA

Tints of Shocking Pink #EB18DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 49.27%
G = 5.03%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB18DA (or 0xEB18DA) is known color: Shocking Pink. HEX triplet: EB, 18 and DA. RGB value is (235,24,218). Sum of RGB (Red+Green+Blue) = 235+24+218=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18DA is #14E725. Grayscale: #6C6C6C. Windows color (decimal): -1369894 or 14293227. OLE color: 14293227.

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

Color convert

RGB 235 24 218 -
CMYK 0 0.90 0.07 0.08
HSL 304.83º 0.84% 0.51% -
HSV(B) 304.83º 0.9% 0.92% -
XYZ 47.24 23.38 68.35 -
YUV 109.21 189.4 217.73 -
System Red Green Blue C M Y K H S L
Decimal 235 24 218 0 0.90 0.07 0.08 304.83 0.84 0.51
Hex EB 18 DA 0 5A 7 8 131 54 33
Octal 353 30 332 0 132 7 10 461 124 63
Binary 11101011 11000 11011010 0 1011010 111 1000 100110001 1010100 110011

Color Harmonies of #EB18DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18DA

Black with #EB18DA

Text Example


Text Example

White with #EB18DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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