Html Css Color HEX #E6524E Valencia

📋 copy color: '#E6524E'

red 230 ◦ green 82 ◦ blue 78

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

Shades of Valencia #E6524E

Tints of Valencia #E6524E

RGB

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

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

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

R = 58.97%
G = 21.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6524E (or 0xE6524E) is known color: Valencia. HEX triplet: E6, 52 and 4E. RGB value is (230,82,78). Sum of RGB (Red+Green+Blue) = 230+82+78=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6524E is #19ADB1. Grayscale: #7D7D7D. Windows color (decimal): -1682866 or 5133030. OLE color: 5133030.

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

Color convert

RGB 230 82 78 -
CMYK 0 0.64 0.66 0.10
HSL 1.58º 0.75% 0.6% -
HSV(B) 1.58º 0.66% 0.9% -
XYZ 37.03 23.41 9.77 -
YUV 125.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 230 82 78 0 0.64 0.66 0.10 1.58 0.75 0.6
Hex E6 52 4E 0 40 42 A 2 4B 3C
Octal 346 122 116 0 100 102 12 2 113 74
Binary 11100110 1010010 1001110 0 1000000 1000010 1010 10 1001011 111100

Color Harmonies of #E6524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6524E

Black with #E6524E

Text Example


Text Example

White with #E6524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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