Html Css Color HEX #E55144 Valencia

📋 copy color: '#E55144'

red 229 ◦ green 81 ◦ blue 68

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

Shades of Valencia #E55144

Tints of Valencia #E55144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 60.58%
G = 21.43%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E55144 (or 0xE55144) is known color: Valencia. HEX triplet: E5, 51 and 44. RGB value is (229,81,68). Sum of RGB (Red+Green+Blue) = 229+81+68=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E55144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55144 is #1AAEBB. Grayscale: #7B7B7B. Windows color (decimal): -1748668 or 4477413. OLE color: 4477413.

HSL color Cylindrical-coordinate representation of color #E55144: hue angle of 4.84º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55144 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 68 -
CMYK 0 0.65 0.70 0.10
HSL 4.84º 0.76% 0.58% -
HSV(B) 4.84º 0.7% 0.9% -
XYZ 36.3 22.96 7.99 -
YUV 123.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 229 81 68 0 0.65 0.70 0.10 4.84 0.76 0.58
Hex E5 51 44 0 41 46 A 5 4C 3A
Octal 345 121 104 0 101 106 12 5 114 72
Binary 11100101 1010001 1000100 0 1000001 1000110 1010 101 1001100 111010

Color Harmonies of #E55144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55144

Black with #E55144

Text Example


Text Example

White with #E55144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55144; }

 p { color: rgb(229,81,68); }

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

background-color css

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

 a { background-color: rgb(229,81,68); }

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

border-color css

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

 span { border-color: rgb(229,81,68); }

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