Html Css Color HEX #EB96C9 Shocking

📋 copy color: '#EB96C9'

red 235 ◦ green 150 ◦ blue 201

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

Shades of Shocking #EB96C9

Tints of Shocking #EB96C9

RGB

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

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

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

R = 40.1%
G = 25.6%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB96C9 (or 0xEB96C9) is known color: Shocking. HEX triplet: EB, 96 and C9. RGB value is (235,150,201). Sum of RGB (Red+Green+Blue) = 235+150+201=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C9 is #146936. Grayscale: #B5B5B5. Windows color (decimal): -1337655 or 13211371. OLE color: 13211371.

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

Color convert

RGB 235 150 201 -
CMYK 0 0.36 0.14 0.08
HSL 324º 0.68% 0.75% -
HSV(B) 324º 0.36% 0.92% -
XYZ 55.71 43.69 60.76 -
YUV 181.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 235 150 201 0 0.36 0.14 0.08 324 0.68 0.75
Hex EB 96 C9 0 24 E 8 144 44 4B
Octal 353 226 311 0 44 16 10 504 104 113
Binary 11101011 10010110 11001001 0 100100 1110 1000 101000100 1000100 1001011

Color Harmonies of #EB96C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96C9

Black with #EB96C9

Text Example


Text Example

White with #EB96C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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