Html Css Color HEX #EB96C1 Shocking

📋 copy color: '#EB96C1'

red 235 ◦ green 150 ◦ blue 193

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

Shades of Shocking #EB96C1

Tints of Shocking #EB96C1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.95%

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 40.66%
G = 25.95%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB96C1 (or 0xEB96C1) is known color: Shocking. HEX triplet: EB, 96 and C1. RGB value is (235,150,193). Sum of RGB (Red+Green+Blue) = 235+150+193=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C1 is #14693E. Grayscale: #B4B4B4. Windows color (decimal): -1337663 or 12687083. OLE color: 12687083.

HSL color Cylindrical-coordinate representation of color #EB96C1: hue angle of 329.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB96C1 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 150 193 -
CMYK 0 0.36 0.18 0.08
HSL 329.65º 0.68% 0.75% -
HSV(B) 329.65º 0.36% 0.92% -
XYZ 54.79 43.33 55.93 -
YUV 180.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 235 150 193 0 0.36 0.18 0.08 329.65 0.68 0.75
Hex EB 96 C1 0 24 12 8 14A 44 4B
Octal 353 226 301 0 44 22 10 512 104 113
Binary 11101011 10010110 11000001 0 100100 10010 1000 101001010 1000100 1001011

Color Harmonies of #EB96C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96C1

Black with #EB96C1

Text Example


Text Example

White with #EB96C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96C1; }

 p { color: rgb(235,150,193); }

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

background-color css

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

 a { background-color: rgb(235,150,193); }

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

border-color css

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

 span { border-color: rgb(235,150,193); }

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