Html Css Color HEX #E64D4B Valencia

📋 copy color: '#E64D4B'

red 230 ◦ green 77 ◦ blue 75

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

Shades of Valencia #E64D4B

Tints of Valencia #E64D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 60.21%
G = 20.16%
B = 19.63%

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

#E64D4B (or 0xE64D4B) is known color: Valencia. HEX triplet: E6, 4D and 4B. RGB value is (230,77,75). Sum of RGB (Red+Green+Blue) = 230+77+75=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D4B is #19B2B4. Grayscale: #7A7A7A. Windows color (decimal): -1684149 or 4935142. OLE color: 4935142.

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

Color convert

RGB 230 77 75 -
CMYK 0 0.67 0.67 0.10
HSL 0.77º 0.76% 0.6% -
HSV(B) 0.77º 0.67% 0.9% -
XYZ 36.56 22.64 9.1 -
YUV 122.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 230 77 75 0 0.67 0.67 0.10 0.77 0.76 0.6
Hex E6 4D 4B 0 43 43 A 1 4C 3C
Octal 346 115 113 0 103 103 12 1 114 74
Binary 11100110 1001101 1001011 0 1000011 1000011 1010 1 1001100 111100

Color Harmonies of #E64D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D4B

Black with #E64D4B

Text Example


Text Example

White with #E64D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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