#E963A1

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

Shades of Brilliant Rose #E963A1

Tints of Brilliant Rose #E963A1

Color information

#E963A1 (or 0xE963A1) is unknown color: approx Brilliant Rose. HEX triplet: E9, 63 and A1. RGB value is (233,99,161). Sum of RGB (Red+Green+Blue) = 233+99+161=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E963A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E963A1 is #169C5E. Grayscale: #929292. Windows color (decimal): -1481823 or 10576873. OLE color: 10576873.

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

Color convert

RGB23399161-
CMYK00.580.310.09
HSL332.24º75.28%65.1%-
HSV(B)332.24º57.51%91.37%-
XYZ44.528.8236.94-
YUV146.13136.39189.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.26%
GREEN value IS 99 (39.06% from 255) = 20.08%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=47.26%
G=20.08%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339916100.580.310.09332.2475.2865.1
HexE963A103A1F914c4b41
Octal3511432410723711514113101
Binary11101001110001110100001011101011111100110100110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E963A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E963A1; }

 p { color: rgb(233,99,161); }

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

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

 a { background-color: rgb(233,99,161); }

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

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

 span { border-color: rgb(233,99,161); }

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