#E754A4

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

Shades of Brilliant Rose #E754A4

Tints of Brilliant Rose #E754A4

Color information

#E754A4 (or 0xE754A4) is unknown color: approx Brilliant Rose. HEX triplet: E7, 54 and A4. RGB value is (231,84,164). Sum of RGB (Red+Green+Blue) = 231+84+164=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E754A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E754A4 is #18AB5B. Grayscale: #888888. Windows color (decimal): -1616732 or 10769639. OLE color: 10769639.

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

Color convert

RGB23184164-
CMYK00.640.290.09
HSL327.35º75.38%61.76%-
HSV(B)327.35º63.64%90.59%-
XYZ42.8326.0137.89-
YUV137.07143.2195-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 84 (33.20% from 255) = 17.54%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=48.23%
G=17.54%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318416400.640.290.09327.3575.3861.76
HexE754A40401D91474b3e
Octal3471242440100351150711376
Binary11100111101010010100100010000001110110011010001111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754A4; }

 p { color: rgb(231,84,164); }

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

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

 a { background-color: rgb(231,84,164); }

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

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

 span { border-color: rgb(231,84,164); }

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