#EB98CD

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

Shades of Shocking #EB98CD

Tints of Shocking #EB98CD

Color information

#EB98CD (or 0xEB98CD) is unknown color: approx Shocking. HEX triplet: EB, 98 and CD. RGB value is (235,152,205). Sum of RGB (Red+Green+Blue) = 235+152+205=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98CD is #146732. Grayscale: #B6B6B6. Windows color (decimal): -1337139 or 13474027. OLE color: 13474027.

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

Color convert

RGB235152205-
CMYK00.350.130.08
HSL321.69º67.48%75.88%-
HSV(B)321.69º35.32%92.16%-
XYZ56.5144.5363.37-
YUV182.86140.5165.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 152 (59.77% from 255) = 25.68%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=39.70%
G=25.68%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515220500.350.130.08321.6967.4875.88
HexEB98CD023D8142434c
Octal3532303150431510502103114
Binary11101011100110001100110101000111101100010100001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98CD; }

 p { color: rgb(235,152,205); }

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

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

 a { background-color: rgb(235,152,205); }

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

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

 span { border-color: rgb(235,152,205); }

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