#E754B0

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

Shades of Brilliant Rose #E754B0

Tints of Brilliant Rose #E754B0

Color information

#E754B0 (or 0xE754B0) is unknown color: approx Brilliant Rose. HEX triplet: E7, 54 and B0. RGB value is (231,84,176). Sum of RGB (Red+Green+Blue) = 231+84+176=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E754B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E754B0 is #18AB4F. Grayscale: #8A8A8A. Windows color (decimal): -1616720 or 11556071. OLE color: 11556071.

HSL color Cylindrical-coordinate representation of color #E754B0: hue angle of 322.45º 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 #E754B0 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB23184176-
CMYK00.640.240.09
HSL322.45º75.38%61.76%-
HSV(B)322.45º63.64%90.59%-
XYZ43.9626.4643.87-
YUV138.44149.2194.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 84 (33.20% from 255) = 17.11%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=47.05%
G=17.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318417600.640.240.09322.4575.3861.76
HexE754B00401891424b3e
Octal3471242600100301150211376
Binary11100111101010010110000010000001100010011010000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754B0; }

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

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

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

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

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

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

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

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