Html Css Color HEX #EB17B4 Shocking Pink

📋 copy color: '#EB17B4'

red 235 ◦ green 23 ◦ blue 180

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

Shades of Shocking Pink #EB17B4

Tints of Shocking Pink #EB17B4

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.25%

 BLUE value IS 180 (70.7% from 255) = 41.1%

R = 53.65%
G = 5.25%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB17B4 (or 0xEB17B4) is known color: Shocking Pink. HEX triplet: EB, 17 and B4. RGB value is (235,23,180). Sum of RGB (Red+Green+Blue) = 235+23+180=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17B4 is #14E84B. Grayscale: #676767. Windows color (decimal): -1370188 or 11802603. OLE color: 11802603.

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

Color convert

RGB 235 23 180 -
CMYK 0 0.90 0.23 0.08
HSL 315.57º 0.84% 0.51% -
HSV(B) 315.57º 0.9% 0.92% -
XYZ 42.81 21.57 45.09 -
YUV 104.29 170.74 221.23 -
System Red Green Blue C M Y K H S L
Decimal 235 23 180 0 0.90 0.23 0.08 315.57 0.84 0.51
Hex EB 17 B4 0 5A 17 8 13C 54 33
Octal 353 27 264 0 132 27 10 474 124 63
Binary 11101011 10111 10110100 0 1011010 10111 1000 100111100 1010100 110011

Color Harmonies of #EB17B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB17B4

Black with #EB17B4

Text Example


Text Example

White with #EB17B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB17B4; }

 p { color: rgb(235,23,180); }

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

background-color css

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

 a { background-color: rgb(235,23,180); }

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

border-color css

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

 span { border-color: rgb(235,23,180); }

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