Html Css Color HEX #E74F4E Valencia

📋 copy color: '#E74F4E'

red 231 ◦ green 79 ◦ blue 78

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

Shades of Valencia #E74F4E

Tints of Valencia #E74F4E

RGB

 RED value IS 231 (90.63% from 255) = 59.54%

 GREEN value IS 79 (31.25% from 255) = 20.36%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 59.54%
G = 20.36%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E74F4E (or 0xE74F4E) is known color: Valencia. HEX triplet: E7, 4F and 4E. RGB value is (231,79,78). Sum of RGB (Red+Green+Blue) = 231+79+78=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F4E is #18B0B1. Grayscale: #7C7C7C. Windows color (decimal): -1618098 or 5132263. OLE color: 5132263.

HSL color Cylindrical-coordinate representation of color #E74F4E: hue angle of 0.39º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74F4E is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 79 78 -
CMYK 0 0.66 0.66 0.09
HSL 0.39º 0.76% 0.61% -
HSV(B) 0.39º 0.66% 0.91% -
XYZ 37.13 23.13 9.72 -
YUV 124.33 101.86 204.08 -
System Red Green Blue C M Y K H S L
Decimal 231 79 78 0 0.66 0.66 0.09 0.39 0.76 0.61
Hex E7 4F 4E 0 42 42 9 0 4C 3D
Octal 347 117 116 0 102 102 11 0 114 75
Binary 11100111 1001111 1001110 0 1000010 1000010 1001 0 1001100 111101

Color Harmonies of #E74F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F4E

Black with #E74F4E

Text Example


Text Example

White with #E74F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F4E; }

 p { color: rgb(231,79,78); }

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

background-color css

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

 a { background-color: rgb(231,79,78); }

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

border-color css

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

 span { border-color: rgb(231,79,78); }

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