#EA4F4D

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

Shades of Valencia #EA4F4D

Tints of Valencia #EA4F4D

Color information

#EA4F4D (or 0xEA4F4D) is unknown color: approx Valencia. HEX triplet: EA, 4F and 4D. RGB value is (234,79,77). Sum of RGB (Red+Green+Blue) = 234+79+77=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F4D is #15B0B2. Grayscale: #7D7D7D. Windows color (decimal): -1421491 or 5066730. OLE color: 5066730.

HSL color Cylindrical-coordinate representation of color #EA4F4D: hue angle of 0.76º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4F4D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2347977-
CMYK00.660.670.08
HSL0.76º78.89%60.98%-
HSV(B)0.76º67.09%91.76%-
XYZ38.0723.629.57-
YUV125.12100.85205.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=60%
G=20.26%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234797700.660.670.080.7678.8960.98
HexEA4F4D04243814f3d
Octal352117115010210310111775
Binary1110101010011111001101010000101000011100011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4F4D; }

 p { color: rgb(234,79,77); }

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

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

 a { background-color: rgb(234,79,77); }

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

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

 span { border-color: rgb(234,79,77); }

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