#E745B2

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

Shades of Brilliant Rose #E745B2

Tints of Brilliant Rose #E745B2

Color information

#E745B2 (or 0xE745B2) is unknown color: approx Brilliant Rose. HEX triplet: E7, 45 and B2. RGB value is (231,69,178). Sum of RGB (Red+Green+Blue) = 231+69+178=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E745B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E745B2 is #18BA4D. Grayscale: #818181. Windows color (decimal): -1620558 or 11683303. OLE color: 11683303.

HSL color Cylindrical-coordinate representation of color #E745B2: hue angle of 319.63º degrees, saturation: 0.77, 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 #E745B2 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23169178-
CMYK00.700.230.09
HSL319.63º77.14%58.82%-
HSV(B)319.63º70.13%90.59%-
XYZ43.1224.4644.57-
YUV129.86155.17200.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 69 (27.34% from 255) = 14.44%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=48.33%
G=14.44%
B=37.24%

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
Decimal2316917800.700.230.09319.6377.1458.82
HexE745B20461791404d3b
Octal3471052620106271150011573
Binary11100111100010110110010010001101011110011010000001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E745B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E745B2; }

 p { color: rgb(231,69,178); }

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

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

 a { background-color: rgb(231,69,178); }

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

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

 span { border-color: rgb(231,69,178); }

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