Html Css Color HEX #E65244 Valencia

📋 copy color: '#E65244'

red 230 ◦ green 82 ◦ blue 68

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

Shades of Valencia #E65244

Tints of Valencia #E65244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 60.53%
G = 21.58%
B = 17.89%

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

#E65244 (or 0xE65244) is known color: Valencia. HEX triplet: E6, 52 and 44. RGB value is (230,82,68). Sum of RGB (Red+Green+Blue) = 230+82+68=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E65244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65244 is #19ADBB. Grayscale: #7C7C7C. Windows color (decimal): -1682876 or 4477670. OLE color: 4477670.

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

Color convert

RGB 230 82 68 -
CMYK 0 0.64 0.70 0.10
HSL 5.19º 0.76% 0.58% -
HSV(B) 5.19º 0.7% 0.9% -
XYZ 36.69 23.27 8.03 -
YUV 124.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 230 82 68 0 0.64 0.70 0.10 5.19 0.76 0.58
Hex E6 52 44 0 40 46 A 5 4C 3A
Octal 346 122 104 0 100 106 12 5 114 72
Binary 11100110 1010010 1000100 0 1000000 1000110 1010 101 1001100 111010

Color Harmonies of #E65244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65244

Black with #E65244

Text Example


Text Example

White with #E65244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65244; }

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

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

background-color css

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

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

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

border-color css

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

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

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