Html Css Color HEX #EB96C3 Shocking

📋 copy color: '#EB96C3'

red 235 ◦ green 150 ◦ blue 195

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

Shades of Shocking #EB96C3

Tints of Shocking #EB96C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.62%

R = 40.52%
G = 25.86%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB96C3 (or 0xEB96C3) is known color: Shocking. HEX triplet: EB, 96 and C3. RGB value is (235,150,195). Sum of RGB (Red+Green+Blue) = 235+150+195=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB96C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB96C3 is #14693C. Grayscale: #B4B4B4. Windows color (decimal): -1337661 or 12818155. OLE color: 12818155.

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

Color convert

RGB 235 150 195 -
CMYK 0 0.36 0.17 0.08
HSL 328.24º 0.68% 0.75% -
HSV(B) 328.24º 0.36% 0.92% -
XYZ 55.02 43.41 57.11 -
YUV 180.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 235 150 195 0 0.36 0.17 0.08 328.24 0.68 0.75
Hex EB 96 C3 0 24 11 8 148 44 4B
Octal 353 226 303 0 44 21 10 510 104 113
Binary 11101011 10010110 11000011 0 100100 10001 1000 101001000 1000100 1001011

Color Harmonies of #EB96C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB96C3

Black with #EB96C3

Text Example


Text Example

White with #EB96C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB96C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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