#E35B94

Color #E35B94 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E35B94

Tints of Pale Violet Red #E35B94

Color information

#E35B94 (or 0xE35B94) is unknown color: approx Pale Violet Red. HEX triplet: E3, 5B and 94. RGB value is (227,91,148). Sum of RGB (Red+Green+Blue) = 227+91+148=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35B94 is #1CA46B. Grayscale: #8A8A8A. Windows color (decimal): -1877100 or 9722851. OLE color: 9722851.

HSL color Cylindrical-coordinate representation of color #E35B94: hue angle of 334.85º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B94 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22791148-
CMYK00.600.350.11
HSL334.85º70.83%62.35%-
HSV(B)334.85º59.91%89.02%-
XYZ40.7625.9530.88-
YUV138.16133.56191.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=48.71%
G=19.53%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279114800.600.350.11334.8570.8362.35
HexE35B9403C23B14f473e
Octal343133224074431351710776
Binary11100011101101110010100011110010001110111010011111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B94; }

 p { color: rgb(227,91,148); }

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

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

 a { background-color: rgb(227,91,148); }

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

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

 span { border-color: rgb(227,91,148); }

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