Html Css Color HEX #E6524C Valencia

📋 copy color: '#E6524C'

red 230 ◦ green 82 ◦ blue 76

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

Shades of Valencia #E6524C

Tints of Valencia #E6524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 59.28%
G = 21.13%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6524C (or 0xE6524C) is known color: Valencia. HEX triplet: E6, 52 and 4C. RGB value is (230,82,76). Sum of RGB (Red+Green+Blue) = 230+82+76=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6524C is #19ADB3. Grayscale: #7D7D7D. Windows color (decimal): -1682868 or 5001958. OLE color: 5001958.

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

Color convert

RGB 230 82 76 -
CMYK 0 0.64 0.67 0.10
HSL 2.34º 0.75% 0.6% -
HSV(B) 2.34º 0.67% 0.9% -
XYZ 36.95 23.38 9.4 -
YUV 125.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 230 82 76 0 0.64 0.67 0.10 2.34 0.75 0.6
Hex E6 52 4C 0 40 43 A 2 4B 3C
Octal 346 122 114 0 100 103 12 2 113 74
Binary 11100110 1010010 1001100 0 1000000 1000011 1010 10 1001011 111100

Color Harmonies of #E6524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6524C

Black with #E6524C

Text Example


Text Example

White with #E6524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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