Html Css Color HEX #E2524C Valencia

📋 copy color: '#E2524C'

red 226 ◦ green 82 ◦ blue 76

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

Shades of Valencia #E2524C

Tints of Valencia #E2524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 58.85%
G = 21.35%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2524C (or 0xE2524C) is known color: Valencia. HEX triplet: E2, 52 and 4C. RGB value is (226,82,76). Sum of RGB (Red+Green+Blue) = 226+82+76=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2524C is #1DADB3. Grayscale: #7C7C7C. Windows color (decimal): -1945012 or 5001954. OLE color: 5001954.

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

Color convert

RGB 226 82 76 -
CMYK 0 0.64 0.66 0.11
HSL 2.4º 0.72% 0.59% -
HSV(B) 2.4º 0.66% 0.89% -
XYZ 35.69 22.73 9.34 -
YUV 124.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 226 82 76 0 0.64 0.66 0.11 2.4 0.72 0.59
Hex E2 52 4C 0 40 42 B 2 48 3B
Octal 342 122 114 0 100 102 13 2 110 73
Binary 11100010 1010010 1001100 0 1000000 1000010 1011 10 1001000 111011

Color Harmonies of #E2524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2524C

Black with #E2524C

Text Example


Text Example

White with #E2524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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