#E945B3

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

Shades of Brilliant Rose #E945B3

Tints of Brilliant Rose #E945B3

Color information

#E945B3 (or 0xE945B3) is unknown color: approx Brilliant Rose. HEX triplet: E9, 45 and B3. RGB value is (233,69,179). Sum of RGB (Red+Green+Blue) = 233+69+179=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E945B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E945B3 is #16BA4C. Grayscale: #828282. Windows color (decimal): -1489485 or 11748841. OLE color: 11748841.

HSL color Cylindrical-coordinate representation of color #E945B3: hue angle of 319.76º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E945B3 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23369179-
CMYK00.700.230.09
HSL319.76º78.85%59.22%-
HSV(B)319.76º70.39%91.37%-
XYZ43.8724.8345.13-
YUV130.58155.33201.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.44%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=48.44%
G=14.35%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336917900.700.230.09319.7678.8559.22
HexE945B30461791404f3b
Octal3511052630106271150011773
Binary11101001100010110110011010001101011110011010000001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E945B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E945B3; }

 p { color: rgb(233,69,179); }

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

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

 a { background-color: rgb(233,69,179); }

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

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

 span { border-color: rgb(233,69,179); }

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