Html Css Color HEX #E64D4C Valencia

📋 copy color: '#E64D4C'

red 230 ◦ green 77 ◦ blue 76

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

Shades of Valencia #E64D4C

Tints of Valencia #E64D4C

RGB

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

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

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

R = 60.05%
G = 20.1%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E64D4C (or 0xE64D4C) is known color: Valencia. HEX triplet: E6, 4D and 4C. RGB value is (230,77,76). Sum of RGB (Red+Green+Blue) = 230+77+76=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D4C is #19B2B3. Grayscale: #7A7A7A. Windows color (decimal): -1684148 or 5000678. OLE color: 5000678.

HSL color Cylindrical-coordinate representation of color #E64D4C: hue angle of 0.39º 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 #E64D4C is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 77 76 -
CMYK 0 0.67 0.67 0.10
HSL 0.39º 0.75% 0.6% -
HSV(B) 0.39º 0.67% 0.9% -
XYZ 36.59 22.65 9.28 -
YUV 122.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 230 77 76 0 0.67 0.67 0.10 0.39 0.75 0.6
Hex E6 4D 4C 0 43 43 A 0 4B 3C
Octal 346 115 114 0 103 103 12 0 113 74
Binary 11100110 1001101 1001100 0 1000011 1000011 1010 0 1001011 111100

Color Harmonies of #E64D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D4C

Black with #E64D4C

Text Example


Text Example

White with #E64D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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