#E943A5

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

Shades of Brilliant Rose #E943A5

Tints of Brilliant Rose #E943A5

Color information

#E943A5 (or 0xE943A5) is unknown color: approx Brilliant Rose. HEX triplet: E9, 43 and A5. RGB value is (233,67,165). Sum of RGB (Red+Green+Blue) = 233+67+165=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E943A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E943A5 is #16BC5A. Grayscale: #7F7F7F. Windows color (decimal): -1490011 or 10830825. OLE color: 10830825.

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

Color convert

RGB23367165-
CMYK00.710.290.09
HSL324.58º79.05%58.82%-
HSV(B)324.58º71.24%91.37%-
XYZ42.424.0538.01-
YUV127.81149203.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 67 (26.56% from 255) = 14.41%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=50.11%
G=14.41%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336716500.710.290.09324.5879.0558.82
HexE943A50471D91454f3b
Octal3511032450107351150511773
Binary11101001100001110100101010001111110110011010001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E943A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E943A5; }

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

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

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

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

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

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

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

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