#E38FBE

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

Shades of Shocking #E38FBE

Tints of Shocking #E38FBE

Color information

#E38FBE (or 0xE38FBE) is unknown color: approx Shocking. HEX triplet: E3, 8F and BE. RGB value is (227,143,190). Sum of RGB (Red+Green+Blue) = 227+143+190=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E38FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38FBE is #1C7041. Grayscale: #ADADAD. Windows color (decimal): -1863746 or 12488675. OLE color: 12488675.

HSL color Cylindrical-coordinate representation of color #E38FBE: hue angle of 326.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38FBE is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227143190-
CMYK00.370.160.11
HSL326.43º60%72.55%-
HSV(B)326.43º37%89.02%-
XYZ50.839.6953.7-
YUV173.47137.33166.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.54%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=40.54%
G=25.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714319000.370.160.11326.436072.55
HexE38FBE02510B1463c49
Octal343217276045201350674111
Binary11100011100011111011111001001011000010111010001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38FBE; }

 p { color: rgb(227,143,190); }

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

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

 a { background-color: rgb(227,143,190); }

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

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

 span { border-color: rgb(227,143,190); }

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