#E64E4B

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

Shades of Valencia #E64E4B

Tints of Valencia #E64E4B

Color information

#E64E4B (or 0xE64E4B) is unknown color: approx Valencia. HEX triplet: E6, 4E and 4B. RGB value is (230,78,75). Sum of RGB (Red+Green+Blue) = 230+78+75=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E4B is #19B1B4. Grayscale: #7B7B7B. Windows color (decimal): -1683893 or 4935398. OLE color: 4935398.

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

Color convert

RGB2307875-
CMYK00.660.670.10
HSL1.16º75.61%59.8%-
HSV(B)1.16º67.39%90.2%-
XYZ36.6322.789.12-
YUV123.11100.86204.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.05%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=60.05%
G=20.37%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230787500.660.670.101.1675.6159.8
HexE64E4B04243A14c3c
Octal346116113010210312111474
Binary1110011010011101001011010000101000011101011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E4B; }

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

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

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

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

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

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

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

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