#E64D4B

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

Shades of Valencia #E64D4B

Tints of Valencia #E64D4B

Color information

#E64D4B (or 0xE64D4B) is unknown color: approx Valencia. HEX triplet: E6, 4D and 4B. RGB value is (230,77,75). Sum of RGB (Red+Green+Blue) = 230+77+75=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D4B is #19B2B4. Grayscale: #7A7A7A. Windows color (decimal): -1684149 or 4935142. OLE color: 4935142.

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

Color convert

RGB2307775-
CMYK00.670.670.10
HSL0.77º75.61%59.8%-
HSV(B)0.77º67.39%90.2%-
XYZ36.5622.649.1-
YUV122.52101.19204.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.21%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=60.21%
G=20.16%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230777500.670.670.100.7775.6159.8
HexE64D4B04343A14c3c
Octal346115113010310312111474
Binary1110011010011011001011010000111000011101011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D4B; }

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

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

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

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

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

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

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

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