Html Css Color HEX #E2504C Valencia

📋 copy color: '#E2504C'

red 226 ◦ green 80 ◦ blue 76

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

Shades of Valencia #E2504C

Tints of Valencia #E2504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

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

R = 59.16%
G = 20.94%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2504C (or 0xE2504C) is known color: Valencia. HEX triplet: E2, 50 and 4C. RGB value is (226,80,76). Sum of RGB (Red+Green+Blue) = 226+80+76=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2504C is #1DAFB3. Grayscale: #7B7B7B. Windows color (decimal): -1945524 or 5001442. OLE color: 5001442.

HSL color Cylindrical-coordinate representation of color #E2504C: hue angle of 1.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 #E2504C is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 76 -
CMYK 0 0.65 0.66 0.11
HSL 1.6º 0.72% 0.59% -
HSV(B) 1.6º 0.66% 0.89% -
XYZ 35.54 22.43 9.29 -
YUV 123.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 226 80 76 0 0.65 0.66 0.11 1.6 0.72 0.59
Hex E2 50 4C 0 41 42 B 2 48 3B
Octal 342 120 114 0 101 102 13 2 110 73
Binary 11100010 1010000 1001100 0 1000001 1000010 1011 10 1001000 111011

Color Harmonies of #E2504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2504C

Black with #E2504C

Text Example


Text Example

White with #E2504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2504C; }

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

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

background-color css

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

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

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

border-color css

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

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

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