Html Css Color HEX #E35044 Valencia

📋 copy color: '#E35044'

red 227 ◦ green 80 ◦ blue 68

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

Shades of Valencia #E35044

Tints of Valencia #E35044

RGB

 RED value IS 227 (89.06% from 255) = 60.53%

 GREEN value IS 80 (31.64% from 255) = 21.33%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 60.53%
G = 21.33%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E35044 (or 0xE35044) is known color: Valencia. HEX triplet: E3, 50 and 44. RGB value is (227,80,68). Sum of RGB (Red+Green+Blue) = 227+80+68=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E35044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35044 is #1CAFBB. Grayscale: #7A7A7A. Windows color (decimal): -1879996 or 4477155. OLE color: 4477155.

HSL color Cylindrical-coordinate representation of color #E35044: hue angle of 4.53º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35044 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 68 -
CMYK 0 0.65 0.70 0.11
HSL 4.53º 0.74% 0.58% -
HSV(B) 4.53º 0.7% 0.89% -
XYZ 35.59 22.49 7.93 -
YUV 122.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 227 80 68 0 0.65 0.70 0.11 4.53 0.74 0.58
Hex E3 50 44 0 41 46 B 5 4A 3A
Octal 343 120 104 0 101 106 13 5 112 72
Binary 11100011 1010000 1000100 0 1000001 1000110 1011 101 1001010 111010

Color Harmonies of #E35044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35044

Black with #E35044

Text Example


Text Example

White with #E35044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35044; }

 p { color: rgb(227,80,68); }

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

background-color css

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

 a { background-color: rgb(227,80,68); }

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

border-color css

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

 span { border-color: rgb(227,80,68); }

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