Html Css Color HEX #E64D47 Valencia

📋 copy color: '#E64D47'

red 230 ◦ green 77 ◦ blue 71

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

Shades of Valencia #E64D47

Tints of Valencia #E64D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.37%

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 60.85%
G = 20.37%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E64D47 (or 0xE64D47) is known color: Valencia. HEX triplet: E6, 4D and 47. RGB value is (230,77,71). Sum of RGB (Red+Green+Blue) = 230+77+71=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D47 is #19B2B8. Grayscale: #7A7A7A. Windows color (decimal): -1684153 or 4672998. OLE color: 4672998.

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

Color convert

RGB 230 77 71 -
CMYK 0 0.67 0.69 0.10
HSL 2.26º 0.76% 0.59% -
HSV(B) 2.26º 0.69% 0.9% -
XYZ 36.42 22.59 8.4 -
YUV 122.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 230 77 71 0 0.67 0.69 0.10 2.26 0.76 0.59
Hex E6 4D 47 0 43 45 A 2 4C 3B
Octal 346 115 107 0 103 105 12 2 114 73
Binary 11100110 1001101 1000111 0 1000011 1000101 1010 10 1001100 111011

Color Harmonies of #E64D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D47

Black with #E64D47

Text Example


Text Example

White with #E64D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D47; }

 p { color: rgb(230,77,71); }

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

background-color css

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

 a { background-color: rgb(230,77,71); }

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

border-color css

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

 span { border-color: rgb(230,77,71); }

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