#E742B1

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

Shades of Brilliant Rose #E742B1

Tints of Brilliant Rose #E742B1

Color information

#E742B1 (or 0xE742B1) is unknown color: approx Brilliant Rose. HEX triplet: E7, 42 and B1. RGB value is (231,66,177). Sum of RGB (Red+Green+Blue) = 231+66+177=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E742B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E742B1 is #18BD4E. Grayscale: #7F7F7F. Windows color (decimal): -1621327 or 11616999. OLE color: 11616999.

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

Color convert

RGB23166177-
CMYK00.710.230.09
HSL319.64º77.46%58.24%-
HSV(B)319.64º71.43%90.59%-
XYZ42.8424.0643.98-
YUV127.99155.66201.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=48.73%
G=13.92%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316617700.710.230.09319.6477.4658.24
HexE742B10471791404d3a
Octal3471022610107271150011572
Binary11100111100001010110001010001111011110011010000001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E742B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E742B1; }

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

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

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

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

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

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

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

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