Html Css Color HEX #E35650 Valencia

📋 copy color: '#E35650'

red 227 ◦ green 86 ◦ blue 80

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

Shades of Valencia #E35650

Tints of Valencia #E35650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 57.76%
G = 21.88%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E35650 (or 0xE35650) is known color: Valencia. HEX triplet: E3, 56 and 50. RGB value is (227,86,80). Sum of RGB (Red+Green+Blue) = 227+86+80=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E35650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35650 is #1CA9AF. Grayscale: #7F7F7F. Windows color (decimal): -1878448 or 5265123. OLE color: 5265123.

HSL color Cylindrical-coordinate representation of color #E35650: hue angle of 2.45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35650 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 86 80 -
CMYK 0 0.62 0.65 0.11
HSL 2.45º 0.72% 0.6% -
HSV(B) 2.45º 0.65% 0.89% -
XYZ 36.45 23.57 10.22 -
YUV 127.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 227 86 80 0 0.62 0.65 0.11 2.45 0.72 0.6
Hex E3 56 50 0 3E 41 B 2 48 3C
Octal 343 126 120 0 76 101 13 2 110 74
Binary 11100011 1010110 1010000 0 111110 1000001 1011 10 1001000 111100

Color Harmonies of #E35650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35650

Black with #E35650

Text Example


Text Example

White with #E35650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35650; }

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

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

background-color css

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

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

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

border-color css

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

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

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