Html Css Color HEX #E65246 Valencia

📋 copy color: '#E65246'

red 230 ◦ green 82 ◦ blue 70

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

Shades of Valencia #E65246

Tints of Valencia #E65246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 60.21%
G = 21.47%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E65246 (or 0xE65246) is known color: Valencia. HEX triplet: E6, 52 and 46. RGB value is (230,82,70). Sum of RGB (Red+Green+Blue) = 230+82+70=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E65246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65246 is #19ADB9. Grayscale: #7D7D7D. Windows color (decimal): -1682874 or 4608742. OLE color: 4608742.

HSL color Cylindrical-coordinate representation of color #E65246: hue angle of 4.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65246 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 70 -
CMYK 0 0.64 0.70 0.10
HSL 4.5º 0.76% 0.59% -
HSV(B) 4.5º 0.7% 0.9% -
XYZ 36.76 23.3 8.35 -
YUV 124.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 230 82 70 0 0.64 0.70 0.10 4.5 0.76 0.59
Hex E6 52 46 0 40 46 A 4 4C 3B
Octal 346 122 106 0 100 106 12 4 114 73
Binary 11100110 1010010 1000110 0 1000000 1000110 1010 100 1001100 111011

Color Harmonies of #E65246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65246

Black with #E65246

Text Example


Text Example

White with #E65246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65246; }

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

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

background-color css

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

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

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

border-color css

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

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

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