Html Css Color HEX #E14E4D Valencia

📋 copy color: '#E14E4D'

red 225 ◦ green 78 ◦ blue 77

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

Shades of Valencia #E14E4D

Tints of Valencia #E14E4D

RGB

 RED value IS 225 (88.28% from 255) = 59.21%

 GREEN value IS 78 (30.86% from 255) = 20.53%

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 59.21%
G = 20.53%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E14E4D (or 0xE14E4D) is known color: Valencia. HEX triplet: E1, 4E and 4D. RGB value is (225,78,77). Sum of RGB (Red+Green+Blue) = 225+78+77=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E4D is #1EB1B2. Grayscale: #797979. Windows color (decimal): -2011571 or 5066465. OLE color: 5066465.

HSL color Cylindrical-coordinate representation of color #E14E4D: hue angle of 0.41º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14E4D is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 78 77 -
CMYK 0 0.65 0.66 0.12
HSL 0.41º 0.71% 0.59% -
HSV(B) 0.41º 0.66% 0.88% -
XYZ 35.12 21.99 9.42 -
YUV 121.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 225 78 77 0 0.65 0.66 0.12 0.41 0.71 0.59
Hex E1 4E 4D 0 41 42 C 0 47 3B
Octal 341 116 115 0 101 102 14 0 107 73
Binary 11100001 1001110 1001101 0 1000001 1000010 1100 0 1000111 111011

Color Harmonies of #E14E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E4D

Black with #E14E4D

Text Example


Text Example

White with #E14E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E4D; }

 p { color: rgb(225,78,77); }

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

background-color css

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

 a { background-color: rgb(225,78,77); }

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

border-color css

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

 span { border-color: rgb(225,78,77); }

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