Html Css Color HEX #E4524E Valencia

📋 copy color: '#E4524E'

red 228 ◦ green 82 ◦ blue 78

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

Shades of Valencia #E4524E

Tints of Valencia #E4524E

RGB

 RED value IS 228 (89.45% from 255) = 58.76%

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

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 58.76%
G = 21.13%
B = 20.1%

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

#E4524E (or 0xE4524E) is known color: Valencia. HEX triplet: E4, 52 and 4E. RGB value is (228,82,78). Sum of RGB (Red+Green+Blue) = 228+82+78=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E4524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4524E is #1BADB1. Grayscale: #7D7D7D. Windows color (decimal): -1813938 or 5133028. OLE color: 5133028.

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

Color convert

RGB 228 82 78 -
CMYK 0 0.64 0.66 0.11
HSL 1.6º 0.74% 0.6% -
HSV(B) 1.6º 0.66% 0.89% -
XYZ 36.39 23.08 9.74 -
YUV 125.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 228 82 78 0 0.64 0.66 0.11 1.6 0.74 0.6
Hex E4 52 4E 0 40 42 B 2 4A 3C
Octal 344 122 116 0 100 102 13 2 112 74
Binary 11100100 1010010 1001110 0 1000000 1000010 1011 10 1001010 111100

Color Harmonies of #E4524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4524E

Black with #E4524E

Text Example


Text Example

White with #E4524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4524E; }

 p { color: rgb(228,82,78); }

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

background-color css

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

 a { background-color: rgb(228,82,78); }

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

border-color css

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

 span { border-color: rgb(228,82,78); }

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