Html Css Color HEX #E14F4A Valencia

📋 copy color: '#E14F4A'

red 225 ◦ green 79 ◦ blue 74

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

Shades of Valencia #E14F4A

Tints of Valencia #E14F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 59.52%
G = 20.9%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E14F4A (or 0xE14F4A) is known color: Valencia. HEX triplet: E1, 4F and 4A. RGB value is (225,79,74). Sum of RGB (Red+Green+Blue) = 225+79+74=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F4A is #1EB0B5. Grayscale: #7A7A7A. Windows color (decimal): -2011318 or 4870113. OLE color: 4870113.

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

Color convert

RGB 225 79 74 -
CMYK 0 0.65 0.67 0.12
HSL 1.99º 0.72% 0.59% -
HSV(B) 1.99º 0.67% 0.88% -
XYZ 35.08 22.09 8.89 -
YUV 122.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 225 79 74 0 0.65 0.67 0.12 1.99 0.72 0.59
Hex E1 4F 4A 0 41 43 C 2 48 3B
Octal 341 117 112 0 101 103 14 2 110 73
Binary 11100001 1001111 1001010 0 1000001 1000011 1100 10 1001000 111011

Color Harmonies of #E14F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F4A

Black with #E14F4A

Text Example


Text Example

White with #E14F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F4A; }

 p { color: rgb(225,79,74); }

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

background-color css

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

 a { background-color: rgb(225,79,74); }

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

border-color css

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

 span { border-color: rgb(225,79,74); }

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