Html Css Color HEX #E05953 Valencia

📋 copy color: '#E05953'

red 224 ◦ green 89 ◦ blue 83

#E05953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E05953

Tints of Valencia #E05953

RGB

 RED value IS 224 (87.89% from 255) = 56.57%

 GREEN value IS 89 (35.16% from 255) = 22.47%

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 56.57%
G = 22.47%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E05953 (or 0xE05953) is known color: Valencia. HEX triplet: E0, 59 and 53. RGB value is (224,89,83). Sum of RGB (Red+Green+Blue) = 224+89+83=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E05953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05953 is #1FA6AC. Grayscale: #808080. Windows color (decimal): -2074285 or 5462496. OLE color: 5462496.

HSL color Cylindrical-coordinate representation of color #E05953: hue angle of 2.55º degrees, saturation: 0.69, 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 #E05953 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 83 -
CMYK 0 0.60 0.63 0.12
HSL 2.55º 0.69% 0.6% -
HSV(B) 2.55º 0.63% 0.88% -
XYZ 35.87 23.62 10.85 -
YUV 128.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 224 89 83 0 0.60 0.63 0.12 2.55 0.69 0.6
Hex E0 59 53 0 3C 3F C 3 45 3C
Octal 340 131 123 0 74 77 14 3 105 74
Binary 11100000 1011001 1010011 0 111100 111111 1100 11 1000101 111100

Color Harmonies of #E05953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05953

Black with #E05953

Text Example


Text Example

White with #E05953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05953; }

 p { color: rgb(224,89,83); }

 H1.HeaderClassName
 {
   color: #E05953;
 }
 .AnyTagClassName
 {
   color: #E05953;
 }
</style>

background-color css

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

 a { background-color: rgb(224,89,83); }

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

border-color css

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

 span { border-color: rgb(224,89,83); }

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