#E64F4B

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

Shades of Valencia #E64F4B

Tints of Valencia #E64F4B

Color information

#E64F4B (or 0xE64F4B) is unknown color: approx Valencia. HEX triplet: E6, 4F and 4B. RGB value is (230,79,75). Sum of RGB (Red+Green+Blue) = 230+79+75=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F4B is #19B0B4. Grayscale: #7B7B7B. Windows color (decimal): -1683637 or 4935654. OLE color: 4935654.

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

Color convert

RGB2307975-
CMYK00.660.670.10
HSL1.55º75.61%59.8%-
HSV(B)1.55º67.39%90.2%-
XYZ36.722.929.15-
YUV123.69100.53203.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.90%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=59.90%
G=20.57%
B=19.53%

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
Decimal230797500.660.670.101.5575.6159.8
HexE64F4B04243A24c3c
Octal346117113010210312211474
Binary11100110100111110010110100001010000111010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64F4B; }

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

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

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

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

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

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

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

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