Html Css Color HEX #E35447 Valencia

📋 copy color: '#E35447'

red 227 ◦ green 84 ◦ blue 71

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

Shades of Valencia #E35447

Tints of Valencia #E35447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 59.42%
G = 21.99%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E35447 (or 0xE35447) is known color: Valencia. HEX triplet: E3, 54 and 47. RGB value is (227,84,71). Sum of RGB (Red+Green+Blue) = 227+84+71=382 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.42% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 227 - color contains mainly: red. Hex color #E35447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35447 is #1CABB8. Grayscale: #7D7D7D. Windows color (decimal): -1878969 or 4674787. OLE color: 4674787.

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

Color convert

RGB 227 84 71 -
CMYK 0 0.63 0.69 0.11
HSL 0.74% 0.58% -
HSV(B) 0.69% 0.89% -
XYZ 35.99 23.13 8.53 -
YUV 125.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 227 84 71 0 0.63 0.69 0.11 5 0.74 0.58
Hex E3 54 47 0 3F 45 B 5 4A 3A
Octal 343 124 107 0 77 105 13 5 112 72
Binary 11100011 1010100 1000111 0 111111 1000101 1011 101 1001010 111010

Color Harmonies of #E35447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35447

Black with #E35447

Text Example


Text Example

White with #E35447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35447; }

 p { color: rgb(227,84,71); }

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

background-color css

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

 a { background-color: rgb(227,84,71); }

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

border-color css

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

 span { border-color: rgb(227,84,71); }

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