#E742AE

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

Shades of Brilliant Rose #E742AE

Tints of Brilliant Rose #E742AE

Color information

#E742AE (or 0xE742AE) is unknown color: approx Brilliant Rose. HEX triplet: E7, 42 and AE. RGB value is (231,66,174). Sum of RGB (Red+Green+Blue) = 231+66+174=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E742AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742AE is #18BD51. Grayscale: #7F7F7F. Windows color (decimal): -1621330 or 11420391. OLE color: 11420391.

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

Color convert

RGB23166174-
CMYK00.710.250.09
HSL320.73º77.46%58.24%-
HSV(B)320.73º71.43%90.59%-
XYZ42.5423.9442.42-
YUV127.65154.16201.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.04%
GREEN value IS 66 (26.17% from 255) = 14.01%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=49.04%
G=14.01%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316617400.710.250.09320.7377.4658.24
HexE742AE0471991414d3a
Octal3471022560107311150111572
Binary11100111100001010101110010001111100110011010000011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E742AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E742AE; }

 p { color: rgb(231,66,174); }

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

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

 a { background-color: rgb(231,66,174); }

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

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

 span { border-color: rgb(231,66,174); }

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