Html Css Color HEX #E75148 Valencia

📋 copy color: '#E75148'

red 231 ◦ green 81 ◦ blue 72

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

Shades of Valencia #E75148

Tints of Valencia #E75148

RGB

 RED value IS 231 (90.63% from 255) = 60.16%

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

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

R = 60.16%
G = 21.09%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E75148 (or 0xE75148) is known color: Valencia. HEX triplet: E7, 51 and 48. RGB value is (231,81,72). Sum of RGB (Red+Green+Blue) = 231+81+72=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E75148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75148 is #18AEB7. Grayscale: #7D7D7D. Windows color (decimal): -1617592 or 4739559. OLE color: 4739559.

HSL color Cylindrical-coordinate representation of color #E75148: hue angle of 3.4º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E75148 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 81 72 -
CMYK 0 0.65 0.69 0.09
HSL 3.4º 0.77% 0.59% -
HSV(B) 3.4º 0.69% 0.91% -
XYZ 37.07 23.34 8.68 -
YUV 124.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 231 81 72 0 0.65 0.69 0.09 3.4 0.77 0.59
Hex E7 51 48 0 41 45 9 3 4D 3B
Octal 347 121 110 0 101 105 11 3 115 73
Binary 11100111 1010001 1001000 0 1000001 1000101 1001 11 1001101 111011

Color Harmonies of #E75148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75148

Black with #E75148

Text Example


Text Example

White with #E75148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75148; }

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

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

background-color css

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

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

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

border-color css

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

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

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