#E948A7

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

Shades of Brilliant Rose #E948A7

Tints of Brilliant Rose #E948A7

Color information

#E948A7 (or 0xE948A7) is unknown color: approx Brilliant Rose. HEX triplet: E9, 48 and A7. RGB value is (233,72,167). Sum of RGB (Red+Green+Blue) = 233+72+167=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E948A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948A7 is #16B758. Grayscale: #828282. Windows color (decimal): -1488729 or 10963177. OLE color: 10963177.

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

Color convert

RGB23372167-
CMYK00.690.280.09
HSL324.6º78.54%59.8%-
HSV(B)324.6º69.1%91.37%-
XYZ42.924.7539.08-
YUV130.97148.34200.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=49.36%
G=15.25%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337216700.690.280.09324.678.5459.8
HexE948A70451C91454f3c
Octal3511102470105341150511774
Binary11101001100100010100111010001011110010011010001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E948A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E948A7; }

 p { color: rgb(233,72,167); }

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

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

 a { background-color: rgb(233,72,167); }

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

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

 span { border-color: rgb(233,72,167); }

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