#E64DAF

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

Shades of Brilliant Rose #E64DAF

Tints of Brilliant Rose #E64DAF

Color information

#E64DAF (or 0xE64DAF) is unknown color: approx Brilliant Rose. HEX triplet: E6, 4D and AF. RGB value is (230,77,175). Sum of RGB (Red+Green+Blue) = 230+77+175=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E64DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64DAF is #19B250. Grayscale: #858585. Windows color (decimal): -1684049 or 11488742. OLE color: 11488742.

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

Color convert

RGB23077175-
CMYK00.670.240.10
HSL321.57º75.37%60.2%-
HSV(B)321.57º66.52%90.2%-
XYZ43.0225.2343.16-
YUV133.92151.19196.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.72%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=47.72%
G=15.98%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307717500.670.240.10321.5775.3760.2
HexE64DAF04318A1424b3c
Octal3461152570103301250211374
Binary11100110100110110101111010000111100010101010000101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64DAF; }

 p { color: rgb(230,77,175); }

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

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

 a { background-color: rgb(230,77,175); }

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

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

 span { border-color: rgb(230,77,175); }

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