Html Css Color HEX #E45348 Valencia

📋 copy color: '#E45348'

red 228 ◦ green 83 ◦ blue 72

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

Shades of Valencia #E45348

Tints of Valencia #E45348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

 BLUE value IS 72 (28.52% from 255) = 18.8%

R = 59.53%
G = 21.67%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E45348 (or 0xE45348) is known color: Valencia. HEX triplet: E4, 53 and 48. RGB value is (228,83,72). Sum of RGB (Red+Green+Blue) = 228+83+72=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45348 is #1BACB7. Grayscale: #7D7D7D. Windows color (decimal): -1813688 or 4740068. OLE color: 4740068.

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

Color convert

RGB 228 83 72 -
CMYK 0 0.64 0.68 0.11
HSL 4.23º 0.74% 0.59% -
HSV(B) 4.23º 0.68% 0.89% -
XYZ 36.26 23.15 8.69 -
YUV 125.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 228 83 72 0 0.64 0.68 0.11 4.23 0.74 0.59
Hex E4 53 48 0 40 44 B 4 4A 3B
Octal 344 123 110 0 100 104 13 4 112 73
Binary 11100100 1010011 1001000 0 1000000 1000100 1011 100 1001010 111011

Color Harmonies of #E45348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45348

Black with #E45348

Text Example


Text Example

White with #E45348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45348; }

 p { color: rgb(228,83,72); }

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

background-color css

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

 a { background-color: rgb(228,83,72); }

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

border-color css

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

 span { border-color: rgb(228,83,72); }

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