#E65FA4

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

Shades of Brilliant Rose #E65FA4

Tints of Brilliant Rose #E65FA4

Color information

#E65FA4 (or 0xE65FA4) is unknown color: approx Brilliant Rose. HEX triplet: E6, 5F and A4. RGB value is (230,95,164). Sum of RGB (Red+Green+Blue) = 230+95+164=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65FA4 is #19A05B. Grayscale: #8F8F8F. Windows color (decimal): -1679452 or 10772454. OLE color: 10772454.

HSL color Cylindrical-coordinate representation of color #E65FA4: hue angle of 329.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FA4 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB23095164-
CMYK00.590.290.10
HSL329.33º72.97%63.73%-
HSV(B)329.33º58.7%90.2%-
XYZ43.4327.6938.18-
YUV143.23139.73189.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.03%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=47.03%
G=19.43%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309516400.590.290.10329.3372.9763.73
HexE65FA403B1DA1494940
Octal3461372440733512511111100
Binary11100110101111110100100011101111101101010100100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65FA4; }

 p { color: rgb(230,95,164); }

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

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

 a { background-color: rgb(230,95,164); }

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

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

 span { border-color: rgb(230,95,164); }

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