#E74BAD

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

Shades of Brilliant Rose #E74BAD

Tints of Brilliant Rose #E74BAD

Color information

#E74BAD (or 0xE74BAD) is unknown color: approx Brilliant Rose. HEX triplet: E7, 4B and AD. RGB value is (231,75,173). Sum of RGB (Red+Green+Blue) = 231+75+173=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BAD is #18B452. Grayscale: #848484. Windows color (decimal): -1619027 or 11357159. OLE color: 11357159.

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

Color convert

RGB23175173-
CMYK00.680.250.09
HSL322.31º76.47%60%-
HSV(B)322.31º67.53%90.59%-
XYZ43.0125.0442.1-
YUV132.82150.68198.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.23%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=48.23%
G=15.66%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317517300.680.250.09322.3176.4760
HexE74BAD0441991424c3c
Octal3471132550104311150211474
Binary11100111100101110101101010001001100110011010000101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74BAD; }

 p { color: rgb(231,75,173); }

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

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

 a { background-color: rgb(231,75,173); }

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

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

 span { border-color: rgb(231,75,173); }

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