#E750AC

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

Shades of Brilliant Rose #E750AC

Tints of Brilliant Rose #E750AC

Color information

#E750AC (or 0xE750AC) is unknown color: approx Brilliant Rose. HEX triplet: E7, 50 and AC. RGB value is (231,80,172). Sum of RGB (Red+Green+Blue) = 231+80+172=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E750AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750AC is #18AF53. Grayscale: #878787. Windows color (decimal): -1617748 or 11292903. OLE color: 11292903.

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

Color convert

RGB23180172-
CMYK00.650.260.09
HSL323.44º75.88%60.98%-
HSV(B)323.44º65.37%90.59%-
XYZ43.2725.741.71-
YUV135.64148.53196.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.83%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=47.83%
G=16.56%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318017200.650.260.09323.4475.8860.98
HexE750AC0411A91434c3d
Octal3471202540101321150311475
Binary11100111101000010101100010000011101010011010000111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E750AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E750AC; }

 p { color: rgb(231,80,172); }

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

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

 a { background-color: rgb(231,80,172); }

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

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

 span { border-color: rgb(231,80,172); }

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