#E74DA5

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

Shades of Brilliant Rose #E74DA5

Tints of Brilliant Rose #E74DA5

Color information

#E74DA5 (or 0xE74DA5) is unknown color: approx Brilliant Rose. HEX triplet: E7, 4D and A5. RGB value is (231,77,165). Sum of RGB (Red+Green+Blue) = 231+77+165=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74DA5 is #18B25A. Grayscale: #848484. Windows color (decimal): -1618523 or 10833383. OLE color: 10833383.

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

Color convert

RGB23177165-
CMYK00.670.290.09
HSL325.71º76.24%60.39%-
HSV(B)325.71º66.67%90.59%-
XYZ42.425.0138.19-
YUV133.08146.02197.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.84%
GREEN value IS 77 (30.47% from 255) = 16.28%
BLUE value IS 165 (64.84% from 255) = 34.88%
R=48.84%
G=16.28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317716500.670.290.09325.7176.2460.39
HexE74DA50431D91464c3c
Octal3471152450103351150611474
Binary11100111100110110100101010000111110110011010001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74DA5; }

 p { color: rgb(231,77,165); }

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

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

 a { background-color: rgb(231,77,165); }

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

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

 span { border-color: rgb(231,77,165); }

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