#E05752

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

Shades of Valencia #E05752

Tints of Valencia #E05752

Color information

#E05752 (or 0xE05752) is unknown color: approx Valencia. HEX triplet: E0, 57 and 52. RGB value is (224,87,82). Sum of RGB (Red+Green+Blue) = 224+87+82=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E05752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05752 is #1FA8AD. Grayscale: #7F7F7F. Windows color (decimal): -2074798 or 5396448. OLE color: 5396448.

HSL color Cylindrical-coordinate representation of color #E05752: hue angle of 2.11º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05752 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB2248782-
CMYK00.610.630.12
HSL2.11º69.61%60%-
HSV(B)2.11º63.39%87.84%-
XYZ35.6723.2710.59-
YUV127.39102.39196.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.00%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=57.00%
G=22.14%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224878200.610.630.122.1169.6160
HexE0575203D3FC2463c
Octal3401271220757714210674
Binary111000001010111101001001111011111111100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05752; }

 p { color: rgb(224,87,82); }

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

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

 a { background-color: rgb(224,87,82); }

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

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

 span { border-color: rgb(224,87,82); }

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