Html Css Color HEX #EB18C9 Shocking Pink

📋 copy color: '#EB18C9'

red 235 ◦ green 24 ◦ blue 201

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

Shades of Shocking Pink #EB18C9

Tints of Shocking Pink #EB18C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 51.09%
G = 5.22%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB18C9 (or 0xEB18C9) is known color: Shocking Pink. HEX triplet: EB, 18 and C9. RGB value is (235,24,201). Sum of RGB (Red+Green+Blue) = 235+24+201=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18C9 is #14E736. Grayscale: #6A6A6A. Windows color (decimal): -1369911 or 13179115. OLE color: 13179115.

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

Color convert

RGB 235 24 201 -
CMYK 0 0.90 0.14 0.08
HSL 309.67º 0.84% 0.51% -
HSV(B) 309.67º 0.9% 0.92% -
XYZ 45.13 22.53 57.23 -
YUV 107.27 180.9 219.11 -
System Red Green Blue C M Y K H S L
Decimal 235 24 201 0 0.90 0.14 0.08 309.67 0.84 0.51
Hex EB 18 C9 0 5A E 8 136 54 33
Octal 353 30 311 0 132 16 10 466 124 63
Binary 11101011 11000 11001001 0 1011010 1110 1000 100110110 1010100 110011

Color Harmonies of #EB18C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB18C9

Black with #EB18C9

Text Example


Text Example

White with #EB18C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB18C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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