#EB99C2

Color #EB99C2 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EB99C2

Tints of Shocking #EB99C2

Color information

#EB99C2 (or 0xEB99C2) is unknown color: approx Shocking. HEX triplet: EB, 99 and C2. RGB value is (235,153,194). Sum of RGB (Red+Green+Blue) = 235+153+194=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99C2 is #14663D. Grayscale: #B6B6B6. Windows color (decimal): -1336894 or 12753387. OLE color: 12753387.

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

Color convert

RGB235153194-
CMYK00.350.170.08
HSL330º67.21%76.08%-
HSV(B)330º34.89%92.16%-
XYZ55.3944.3456.68-
YUV182.19134.67165.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 153 (60.16% from 255) = 26.29%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=40.38%
G=26.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515319400.350.170.0833067.2176.08
HexEB99C202311814a434c
Octal3532313020432110512103114
Binary111010111001100111000010010001110001100010100101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99C2; }

 p { color: rgb(235,153,194); }

 H1.HeaderClassName
 {
   color: #EB99C2;
 }
 .AnyTagClassName
 {
   color: #EB99C2;
 }
</style>
background-color css

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

 a { background-color: rgb(235,153,194); }

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

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

 span { border-color: rgb(235,153,194); }

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