Html Css Color HEX #E6514E Valencia

📋 copy color: '#E6514E'

red 230 ◦ green 81 ◦ blue 78

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

Shades of Valencia #E6514E

Tints of Valencia #E6514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

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

R = 59.13%
G = 20.82%
B = 20.05%

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

#E6514E (or 0xE6514E) is known color: Valencia. HEX triplet: E6, 51 and 4E. RGB value is (230,81,78). Sum of RGB (Red+Green+Blue) = 230+81+78=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6514E is #19AEB1. Grayscale: #7D7D7D. Windows color (decimal): -1683122 or 5132774. OLE color: 5132774.

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

Color convert

RGB 230 81 78 -
CMYK 0 0.65 0.66 0.10
HSL 1.18º 0.75% 0.6% -
HSV(B) 1.18º 0.66% 0.9% -
XYZ 36.95 23.26 9.75 -
YUV 125.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 230 81 78 0 0.65 0.66 0.10 1.18 0.75 0.6
Hex E6 51 4E 0 41 42 A 1 4B 3C
Octal 346 121 116 0 101 102 12 1 113 74
Binary 11100110 1010001 1001110 0 1000001 1000010 1010 1 1001011 111100

Color Harmonies of #E6514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6514E

Black with #E6514E

Text Example


Text Example

White with #E6514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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