Html Css Color HEX #E2554C Valencia

📋 copy color: '#E2554C'

red 226 ◦ green 85 ◦ blue 76

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

Shades of Valencia #E2554C

Tints of Valencia #E2554C

RGB

 RED value IS 226 (88.67% from 255) = 58.4%

 GREEN value IS 85 (33.59% from 255) = 21.96%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 58.4%
G = 21.96%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2554C (or 0xE2554C) is known color: Valencia. HEX triplet: E2, 55 and 4C. RGB value is (226,85,76). Sum of RGB (Red+Green+Blue) = 226+85+76=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E2554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2554C is #1DAAB3. Grayscale: #7E7E7E. Windows color (decimal): -1944244 or 5002722. OLE color: 5002722.

HSL color Cylindrical-coordinate representation of color #E2554C: hue angle of 3.6º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2554C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 76 -
CMYK 0 0.62 0.66 0.11
HSL 3.6º 0.72% 0.59% -
HSV(B) 3.6º 0.66% 0.89% -
XYZ 35.92 23.19 9.42 -
YUV 126.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 226 85 76 0 0.62 0.66 0.11 3.6 0.72 0.59
Hex E2 55 4C 0 3E 42 B 4 48 3B
Octal 342 125 114 0 76 102 13 4 110 73
Binary 11100010 1010101 1001100 0 111110 1000010 1011 100 1001000 111011

Color Harmonies of #E2554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2554C

Black with #E2554C

Text Example


Text Example

White with #E2554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2554C; }

 p { color: rgb(226,85,76); }

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

background-color css

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

 a { background-color: rgb(226,85,76); }

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

border-color css

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

 span { border-color: rgb(226,85,76); }

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