Html Css Color HEX #E6504E Valencia

📋 copy color: '#E6504E'

red 230 ◦ green 80 ◦ blue 78

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

Shades of Valencia #E6504E

Tints of Valencia #E6504E

RGB

 RED value IS 230 (90.23% from 255) = 59.28%

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

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

R = 59.28%
G = 20.62%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6504E (or 0xE6504E) is known color: Valencia. HEX triplet: E6, 50 and 4E. RGB value is (230,80,78). Sum of RGB (Red+Green+Blue) = 230+80+78=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6504E is #19AFB1. Grayscale: #7C7C7C. Windows color (decimal): -1683378 or 5132518. OLE color: 5132518.

HSL color Cylindrical-coordinate representation of color #E6504E: hue angle of 0.79º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6504E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 78 -
CMYK 0 0.65 0.66 0.10
HSL 0.79º 0.75% 0.6% -
HSV(B) 0.79º 0.66% 0.9% -
XYZ 36.88 23.11 9.72 -
YUV 124.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 230 80 78 0 0.65 0.66 0.10 0.79 0.75 0.6
Hex E6 50 4E 0 41 42 A 1 4B 3C
Octal 346 120 116 0 101 102 12 1 113 74
Binary 11100110 1010000 1001110 0 1000001 1000010 1010 1 1001011 111100

Color Harmonies of #E6504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6504E

Black with #E6504E

Text Example


Text Example

White with #E6504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6504E; }

 p { color: rgb(230,80,78); }

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

background-color css

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

 a { background-color: rgb(230,80,78); }

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

border-color css

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

 span { border-color: rgb(230,80,78); }

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