Html Css Color HEX #E45450 Valencia

📋 copy color: '#E45450'

red 228 ◦ green 84 ◦ blue 80

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

Shades of Valencia #E45450

Tints of Valencia #E45450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 58.16%
G = 21.43%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E45450 (or 0xE45450) is known color: Valencia. HEX triplet: E4, 54 and 50. RGB value is (228,84,80). Sum of RGB (Red+Green+Blue) = 228+84+80=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E45450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45450 is #1BABAF. Grayscale: #7E7E7E. Windows color (decimal): -1813424 or 5264612. OLE color: 5264612.

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

Color convert

RGB 228 84 80 -
CMYK 0 0.63 0.65 0.11
HSL 1.62º 0.73% 0.6% -
HSV(B) 1.62º 0.65% 0.89% -
XYZ 36.61 23.41 10.18 -
YUV 126.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 228 84 80 0 0.63 0.65 0.11 1.62 0.73 0.6
Hex E4 54 50 0 3F 41 B 2 49 3C
Octal 344 124 120 0 77 101 13 2 111 74
Binary 11100100 1010100 1010000 0 111111 1000001 1011 10 1001001 111100

Color Harmonies of #E45450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45450

Black with #E45450

Text Example


Text Example

White with #E45450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45450; }

 p { color: rgb(228,84,80); }

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

background-color css

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

 a { background-color: rgb(228,84,80); }

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

border-color css

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

 span { border-color: rgb(228,84,80); }

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