#E35DAA

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

Shades of Brilliant Rose #E35DAA

Tints of Brilliant Rose #E35DAA

Color information

#E35DAA (or 0xE35DAA) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5D and AA. RGB value is (227,93,170). Sum of RGB (Red+Green+Blue) = 227+93+170=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DAA is #1CA255. Grayscale: #8D8D8D. Windows color (decimal): -1876566 or 11165155. OLE color: 11165155.

HSL color Cylindrical-coordinate representation of color #E35DAA: hue angle of 325.52º 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 #E35DAA is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB22793170-
CMYK00.590.250.11
HSL325.52º70.53%62.75%-
HSV(B)325.52º59.03%89.02%-
XYZ42.8527.0641-
YUV141.84143.89188.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.33%
GREEN value IS 93 (36.72% from 255) = 18.98%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=46.33%
G=18.98%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279317000.590.250.11325.5270.5362.75
HexE35DAA03B19B146473f
Octal343135252073311350610777
Binary1110001110111011010101001110111100110111010001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DAA; }

 p { color: rgb(227,93,170); }

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

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

 a { background-color: rgb(227,93,170); }

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

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

 span { border-color: rgb(227,93,170); }

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