#E751A2

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

Shades of Brilliant Rose #E751A2

Tints of Brilliant Rose #E751A2

Color information

#E751A2 (or 0xE751A2) is unknown color: approx Brilliant Rose. HEX triplet: E7, 51 and A2. RGB value is (231,81,162). Sum of RGB (Red+Green+Blue) = 231+81+162=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E751A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E751A2 is #18AE5D. Grayscale: #868686. Windows color (decimal): -1617502 or 10637799. OLE color: 10637799.

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

Color convert

RGB23181162-
CMYK00.650.300.09
HSL327.6º75.76%61.18%-
HSV(B)327.6º64.94%90.59%-
XYZ42.4225.4836.87-
YUV135.08143.2196.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.73%
GREEN value IS 81 (32.03% from 255) = 17.09%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=48.73%
G=17.09%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318116200.650.300.09327.675.7661.18
HexE751A20411E91484c3d
Octal3471212420101361151011475
Binary11100111101000110100010010000011111010011010010001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E751A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E751A2; }

 p { color: rgb(231,81,162); }

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

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

 a { background-color: rgb(231,81,162); }

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

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

 span { border-color: rgb(231,81,162); }

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