#E74CA1

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

Shades of Brilliant Rose #E74CA1

Tints of Brilliant Rose #E74CA1

Color information

#E74CA1 (or 0xE74CA1) is unknown color: approx Brilliant Rose. HEX triplet: E7, 4C and A1. RGB value is (231,76,161). Sum of RGB (Red+Green+Blue) = 231+76+161=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E74CA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74CA1 is #18B35E. Grayscale: #838383. Windows color (decimal): -1618783 or 10570983. OLE color: 10570983.

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

Color convert

RGB23176161-
CMYK00.670.300.09
HSL327.1º76.35%60.2%-
HSV(B)327.1º67.1%90.59%-
XYZ41.9724.7336.28-
YUV132.04144.35198.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.36%
GREEN value IS 76 (30.08% from 255) = 16.24%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=49.36%
G=16.24%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317616100.670.300.09327.176.3560.2
HexE74CA10431E91474c3c
Octal3471142410103361150711474
Binary11100111100110010100001010000111111010011010001111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74CA1; }

 p { color: rgb(231,76,161); }

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

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

 a { background-color: rgb(231,76,161); }

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

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

 span { border-color: rgb(231,76,161); }

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