#E64C8B

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

Shades of French Rose #E64C8B

Tints of French Rose #E64C8B

Color information

#E64C8B (or 0xE64C8B) is unknown color: approx French Rose. HEX triplet: E6, 4C and 8B. RGB value is (230,76,139). Sum of RGB (Red+Green+Blue) = 230+76+139=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64C8B is #19B374. Grayscale: #818181. Windows color (decimal): -1684341 or 9129190. OLE color: 9129190.

HSL color Cylindrical-coordinate representation of color #E64C8B: hue angle of 335.45º 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 #E64C8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB23076139-
CMYK00.670.400.10
HSL335.45º75.49%60%-
HSV(B)335.45º66.96%90.2%-
XYZ39.8823.8626.93-
YUV129.23133.52199.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=51.69%
G=17.08%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307613900.670.400.10335.4575.4960
HexE64C8B04328A14f4b3c
Octal3461142130103501251711374
Binary111001101001100100010110100001110100010101010011111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64C8B; }

 p { color: rgb(230,76,139); }

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

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

 a { background-color: rgb(230,76,139); }

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

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

 span { border-color: rgb(230,76,139); }

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