Html Css Color HEX #E34F4E Valencia

📋 copy color: '#E34F4E'

red 227 ◦ green 79 ◦ blue 78

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

Shades of Valencia #E34F4E

Tints of Valencia #E34F4E

RGB

 RED value IS 227 (89.06% from 255) = 59.11%

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

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

R = 59.11%
G = 20.57%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E34F4E (or 0xE34F4E) is known color: Valencia. HEX triplet: E3, 4F and 4E. RGB value is (227,79,78). Sum of RGB (Red+Green+Blue) = 227+79+78=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34F4E is #1CB0B1. Grayscale: #7B7B7B. Windows color (decimal): -1880242 or 5132259. OLE color: 5132259.

HSL color Cylindrical-coordinate representation of color #E34F4E: hue angle of 0.4º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34F4E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 79 78 -
CMYK 0 0.65 0.66 0.11
HSL 0.4º 0.73% 0.6% -
HSV(B) 0.4º 0.66% 0.89% -
XYZ 35.85 22.47 9.66 -
YUV 123.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 227 79 78 0 0.65 0.66 0.11 0.4 0.73 0.6
Hex E3 4F 4E 0 41 42 B 0 49 3C
Octal 343 117 116 0 101 102 13 0 111 74
Binary 11100011 1001111 1001110 0 1000001 1000010 1011 0 1001001 111100

Color Harmonies of #E34F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34F4E

Black with #E34F4E

Text Example


Text Example

White with #E34F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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