Html Css Color HEX #E65249 Valencia

📋 copy color: '#E65249'

red 230 ◦ green 82 ◦ blue 73

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

Shades of Valencia #E65249

Tints of Valencia #E65249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 59.74%
G = 21.3%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E65249 (or 0xE65249) is known color: Valencia. HEX triplet: E6, 52 and 49. RGB value is (230,82,73). Sum of RGB (Red+Green+Blue) = 230+82+73=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E65249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65249 is #19ADB6. Grayscale: #7D7D7D. Windows color (decimal): -1682871 or 4805350. OLE color: 4805350.

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

Color convert

RGB 230 82 73 -
CMYK 0 0.64 0.68 0.10
HSL 3.44º 0.76% 0.59% -
HSV(B) 3.44º 0.68% 0.9% -
XYZ 36.85 23.34 8.87 -
YUV 125.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 230 82 73 0 0.64 0.68 0.10 3.44 0.76 0.59
Hex E6 52 49 0 40 44 A 3 4C 3B
Octal 346 122 111 0 100 104 12 3 114 73
Binary 11100110 1010010 1001001 0 1000000 1000100 1010 11 1001100 111011

Color Harmonies of #E65249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65249

Black with #E65249

Text Example


Text Example

White with #E65249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65249; }

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

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

background-color css

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

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

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

border-color css

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

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

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