Html Css Color HEX #E54E4B Valencia

📋 copy color: '#E54E4B'

red 229 ◦ green 78 ◦ blue 75

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

Shades of Valencia #E54E4B

Tints of Valencia #E54E4B

RGB

 RED value IS 229 (89.84% from 255) = 59.95%

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

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

R = 59.95%
G = 20.42%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E54E4B (or 0xE54E4B) is known color: Valencia. HEX triplet: E5, 4E and 4B. RGB value is (229,78,75). Sum of RGB (Red+Green+Blue) = 229+78+75=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E4B is #1AB1B4. Grayscale: #7A7A7A. Windows color (decimal): -1749429 or 4935397. OLE color: 4935397.

HSL color Cylindrical-coordinate representation of color #E54E4B: hue angle of 1.17º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54E4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 75 -
CMYK 0 0.66 0.67 0.10
HSL 1.17º 0.75% 0.6% -
HSV(B) 1.17º 0.67% 0.9% -
XYZ 36.31 22.61 9.11 -
YUV 122.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 229 78 75 0 0.66 0.67 0.10 1.17 0.75 0.6
Hex E5 4E 4B 0 42 43 A 1 4B 3C
Octal 345 116 113 0 102 103 12 1 113 74
Binary 11100101 1001110 1001011 0 1000010 1000011 1010 1 1001011 111100

Color Harmonies of #E54E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54E4B

Black with #E54E4B

Text Example


Text Example

White with #E54E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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