#E35C9D

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

Shades of Pale Violet Red #E35C9D

Tints of Pale Violet Red #E35C9D

Color information

#E35C9D (or 0xE35C9D) is unknown color: approx Pale Violet Red. HEX triplet: E3, 5C and 9D. RGB value is (227,92,157). Sum of RGB (Red+Green+Blue) = 227+92+157=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35C9D is #1CA362. Grayscale: #8B8B8B. Windows color (decimal): -1876835 or 10312931. OLE color: 10312931.

HSL color Cylindrical-coordinate representation of color #E35C9D: hue angle of 331.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C9D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB22792157-
CMYK00.590.310.11
HSL331.11º70.68%62.55%-
HSV(B)331.11º59.47%89.02%-
XYZ41.5926.4234.81-
YUV139.77137.73190.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=47.69%
G=19.33%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279215700.590.310.11331.1170.6862.55
HexE35C9D03B1FB14b473f
Octal343134235073371351310777
Binary1110001110111001001110101110111111110111010010111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35C9D; }

 p { color: rgb(227,92,157); }

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

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

 a { background-color: rgb(227,92,157); }

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

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

 span { border-color: rgb(227,92,157); }

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