Html Css Color HEX #EB95C0 Shocking

📋 copy color: '#EB95C0'

red 235 ◦ green 149 ◦ blue 192

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

Shades of Shocking #EB95C0

Tints of Shocking #EB95C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.87%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 40.8%
G = 25.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB95C0 (or 0xEB95C0) is known color: Shocking. HEX triplet: EB, 95 and C0. RGB value is (235,149,192). Sum of RGB (Red+Green+Blue) = 235+149+192=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95C0 is #146A3F. Grayscale: #B3B3B3. Windows color (decimal): -1337920 or 12621291. OLE color: 12621291.

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

Color convert

RGB 235 149 192 -
CMYK 0 0.37 0.18 0.08
HSL 330º 0.68% 0.75% -
HSV(B) 330º 0.37% 0.92% -
XYZ 54.52 42.96 55.29 -
YUV 179.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 235 149 192 0 0.37 0.18 0.08 330 0.68 0.75
Hex EB 95 C0 0 25 12 8 14A 44 4B
Octal 353 225 300 0 45 22 10 512 104 113
Binary 11101011 10010101 11000000 0 100101 10010 1000 101001010 1000100 1001011

Color Harmonies of #EB95C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB95C0

Black with #EB95C0

Text Example


Text Example

White with #EB95C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB95C0; }

 p { color: rgb(235,149,192); }

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

background-color css

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

 a { background-color: rgb(235,149,192); }

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

border-color css

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

 span { border-color: rgb(235,149,192); }

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