#E78FB4

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

Shades of Shocking #E78FB4

Tints of Shocking #E78FB4

Color information

#E78FB4 (or 0xE78FB4) is unknown color: approx Shocking. HEX triplet: E7, 8F and B4. RGB value is (231,143,180). Sum of RGB (Red+Green+Blue) = 231+143+180=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FB4 is #18704B. Grayscale: #ADADAD. Windows color (decimal): -1601612 or 11833319. OLE color: 11833319.

HSL color Cylindrical-coordinate representation of color #E78FB4: hue angle of 334.77º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FB4 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231143180-
CMYK00.380.220.09
HSL334.77º64.71%73.33%-
HSV(B)334.77º38.1%90.59%-
XYZ51.0239.9348.2-
YUV173.53131.65168.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=41.70%
G=25.81%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114318000.380.220.09334.7764.7173.33
HexE78FB402616914f4149
Octal3472172640462611517101111
Binary111001111000111110110100010011010110100110100111110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78FB4; }

 p { color: rgb(231,143,180); }

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

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

 a { background-color: rgb(231,143,180); }

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

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

 span { border-color: rgb(231,143,180); }

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