#E64EB1

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

Shades of Brilliant Rose #E64EB1

Tints of Brilliant Rose #E64EB1

Color information

#E64EB1 (or 0xE64EB1) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4E and B1. RGB value is (230,78,177). Sum of RGB (Red+Green+Blue) = 230+78+177=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64EB1 is #19B14E. Grayscale: #868686. Windows color (decimal): -1683791 or 11620070. OLE color: 11620070.

HSL color Cylindrical-coordinate representation of color #E64EB1: hue angle of 320.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EB1 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB23078177-
CMYK00.660.230.10
HSL320.92º75.25%60.39%-
HSV(B)320.92º66.09%90.2%-
XYZ43.2925.4544.22-
YUV134.73151.86195.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=47.42%
G=16.08%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307817700.660.230.10320.9275.2560.39
HexE64EB104217A1414b3c
Octal3461162610102271250111374
Binary11100110100111010110001010000101011110101010000011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64EB1; }

 p { color: rgb(230,78,177); }

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

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

 a { background-color: rgb(230,78,177); }

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

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

 span { border-color: rgb(230,78,177); }

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