Html Css Color HEX #E35148 Valencia

📋 copy color: '#E35148'

red 227 ◦ green 81 ◦ blue 72

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

Shades of Valencia #E35148

Tints of Valencia #E35148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 59.74%
G = 21.32%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E35148 (or 0xE35148) is known color: Valencia. HEX triplet: E3, 51 and 48. RGB value is (227,81,72). Sum of RGB (Red+Green+Blue) = 227+81+72=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E35148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35148 is #1CAEB7. Grayscale: #7B7B7B. Windows color (decimal): -1879736 or 4739555. OLE color: 4739555.

HSL color Cylindrical-coordinate representation of color #E35148: hue angle of 3.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E35148 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 81 72 -
CMYK 0 0.64 0.68 0.11
HSL 3.48º 0.73% 0.59% -
HSV(B) 3.48º 0.68% 0.89% -
XYZ 35.79 22.68 8.62 -
YUV 123.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 227 81 72 0 0.64 0.68 0.11 3.48 0.73 0.59
Hex E3 51 48 0 40 44 B 3 49 3B
Octal 343 121 110 0 100 104 13 3 111 73
Binary 11100011 1010001 1001000 0 1000000 1000100 1011 11 1001001 111011

Color Harmonies of #E35148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35148

Black with #E35148

Text Example


Text Example

White with #E35148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35148; }

 p { color: rgb(227,81,72); }

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

background-color css

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

 a { background-color: rgb(227,81,72); }

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

border-color css

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

 span { border-color: rgb(227,81,72); }

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