#EB8FC4

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

Shades of Shocking #EB8FC4

Tints of Shocking #EB8FC4

Color information

#EB8FC4 (or 0xEB8FC4) is unknown color: approx Shocking. HEX triplet: EB, 8F and C4. RGB value is (235,143,196). Sum of RGB (Red+Green+Blue) = 235+143+196=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FC4 is #14703B. Grayscale: #B0B0B0. Windows color (decimal): -1339452 or 12881899. OLE color: 12881899.

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

Color convert

RGB235143196-
CMYK00.390.170.08
HSL325.43º69.7%74.12%-
HSV(B)325.43º39.15%92.16%-
XYZ54.0541.2957.35-
YUV176.55138.98169.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=40.94%
G=24.91%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514319600.390.170.08325.4369.774.12
HexEB8FC4027118145464a
Octal3532173040472110505106112
Binary111010111000111111000100010011110001100010100010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FC4; }

 p { color: rgb(235,143,196); }

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

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

 a { background-color: rgb(235,143,196); }

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

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

 span { border-color: rgb(235,143,196); }

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