Html Css Color HEX #E75251 Valencia

📋 copy color: '#E75251'

red 231 ◦ green 82 ◦ blue 81

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

Shades of Valencia #E75251

Tints of Valencia #E75251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.81%

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 58.63%
G = 20.81%
B = 20.56%

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

#E75251 (or 0xE75251) is known color: Valencia. HEX triplet: E7, 52 and 51. RGB value is (231,82,81). Sum of RGB (Red+Green+Blue) = 231+82+81=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E75251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75251 is #18ADAE. Grayscale: #7E7E7E. Windows color (decimal): -1617327 or 5329639. OLE color: 5329639.

HSL color Cylindrical-coordinate representation of color #E75251: hue angle of 0.4º 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 #E75251 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 82 81 -
CMYK 0 0.65 0.65 0.09
HSL 0.4º 0.76% 0.61% -
HSV(B) 0.4º 0.65% 0.91% -
XYZ 37.46 23.62 10.37 -
YUV 126.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 231 82 81 0 0.65 0.65 0.09 0.4 0.76 0.61
Hex E7 52 51 0 41 41 9 0 4C 3D
Octal 347 122 121 0 101 101 11 0 114 75
Binary 11100111 1010010 1010001 0 1000001 1000001 1001 0 1001100 111101

Color Harmonies of #E75251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75251

Black with #E75251

Text Example


Text Example

White with #E75251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75251; }

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

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

background-color css

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

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

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

border-color css

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

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

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