Html Css Color HEX #E14E4B Valencia

📋 copy color: '#E14E4B'

red 225 ◦ green 78 ◦ blue 75

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

Shades of Valencia #E14E4B

Tints of Valencia #E14E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 59.52%
G = 20.63%
B = 19.84%

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

#E14E4B (or 0xE14E4B) is known color: Valencia. HEX triplet: E1, 4E and 4B. RGB value is (225,78,75). Sum of RGB (Red+Green+Blue) = 225+78+75=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E4B is #1EB1B4. Grayscale: #797979. Windows color (decimal): -2011573 or 4935393. OLE color: 4935393.

HSL color Cylindrical-coordinate representation of color #E14E4B: hue angle of 1.2º degrees, saturation: 0.71, 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 #E14E4B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 78 75 -
CMYK 0 0.65 0.67 0.12
HSL 1.2º 0.71% 0.59% -
HSV(B) 1.2º 0.67% 0.88% -
XYZ 35.05 21.96 9.05 -
YUV 121.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 225 78 75 0 0.65 0.67 0.12 1.2 0.71 0.59
Hex E1 4E 4B 0 41 43 C 1 47 3B
Octal 341 116 113 0 101 103 14 1 107 73
Binary 11100001 1001110 1001011 0 1000001 1000011 1100 1 1000111 111011

Color Harmonies of #E14E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E4B

Black with #E14E4B

Text Example


Text Example

White with #E14E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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