#E964A5

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

Shades of Brilliant Rose #E964A5

Tints of Brilliant Rose #E964A5

Color information

#E964A5 (or 0xE964A5) is unknown color: approx Brilliant Rose. HEX triplet: E9, 64 and A5. RGB value is (233,100,165). Sum of RGB (Red+Green+Blue) = 233+100+165=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E964A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E964A5 is #169B5A. Grayscale: #939393. Windows color (decimal): -1481563 or 10839273. OLE color: 10839273.

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

Color convert

RGB233100165-
CMYK00.570.290.09
HSL330.68º75.14%65.29%-
HSV(B)330.68º57.08%91.37%-
XYZ44.9529.1538.86-
YUV147.18138.06189.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 100 (39.45% from 255) = 20.08%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=46.79%
G=20.08%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310016500.570.290.09330.6875.1465.29
HexE964A50391D914b4b41
Octal3511442450713511513113101
Binary11101001110010010100101011100111101100110100101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E964A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E964A5; }

 p { color: rgb(233,100,165); }

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

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

 a { background-color: rgb(233,100,165); }

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

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

 span { border-color: rgb(233,100,165); }

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