#E74BB1

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

Shades of Brilliant Rose #E74BB1

Tints of Brilliant Rose #E74BB1

Color information

#E74BB1 (or 0xE74BB1) is unknown color: approx Brilliant Rose. HEX triplet: E7, 4B and B1. RGB value is (231,75,177). Sum of RGB (Red+Green+Blue) = 231+75+177=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74BB1 is #18B44E. Grayscale: #858585. Windows color (decimal): -1619023 or 11619303. OLE color: 11619303.

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

Color convert

RGB23175177-
CMYK00.680.230.09
HSL320.77º76.47%60%-
HSV(B)320.77º67.53%90.59%-
XYZ43.4125.244.17-
YUV133.27152.68197.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 15.53%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=47.83%
G=15.53%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317517700.680.230.09320.7776.4760
HexE74BB10441791414c3c
Octal3471132610104271150111474
Binary11100111100101110110001010001001011110011010000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74BB1; }

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

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

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

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

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

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

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

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