Html Css Color HEX #E75050 Valencia

📋 copy color: '#E75050'

red 231 ◦ green 80 ◦ blue 80

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

Shades of Valencia #E75050

Tints of Valencia #E75050

RGB

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

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

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

R = 59.08%
G = 20.46%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E75050 (or 0xE75050) is known color: Valencia. HEX triplet: E7, 50 and 50. RGB value is (231,80,80). Sum of RGB (Red+Green+Blue) = 231+80+80=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E75050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75050 is #18AFAF. Grayscale: #7D7D7D. Windows color (decimal): -1617840 or 5263591. OLE color: 5263591.

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

Color convert

RGB 231 80 80 -
CMYK 0 0.65 0.65 0.09
HSL 0.76% 0.61% -
HSV(B) 0.65% 0.91% -
XYZ 37.27 23.31 10.12 -
YUV 125.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 231 80 80 0 0.65 0.65 0.09 0 0.76 0.61
Hex E7 50 50 0 41 41 9 0 4C 3D
Octal 347 120 120 0 101 101 11 0 114 75
Binary 11100111 1010000 1010000 0 1000001 1000001 1001 0 1001100 111101

Color Harmonies of #E75050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75050

Black with #E75050

Text Example


Text Example

White with #E75050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75050; }

 p { color: rgb(231,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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