Html Css Color HEX #EA4F4E Valencia

📋 copy color: '#EA4F4E'

red 234 ◦ green 79 ◦ blue 78

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

Shades of Valencia #EA4F4E

Tints of Valencia #EA4F4E

RGB

 RED value IS 234 (91.8% from 255) = 59.85%

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

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

R = 59.85%
G = 20.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA4F4E (or 0xEA4F4E) is known color: Valencia. HEX triplet: EA, 4F and 4E. RGB value is (234,79,78). Sum of RGB (Red+Green+Blue) = 234+79+78=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4F4E is #15B0B1. Grayscale: #7D7D7D. Windows color (decimal): -1421490 or 5132266. OLE color: 5132266.

HSL color Cylindrical-coordinate representation of color #EA4F4E: hue angle of 0.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4F4E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 79 78 -
CMYK 0 0.66 0.67 0.08
HSL 0.38º 0.79% 0.61% -
HSV(B) 0.38º 0.67% 0.92% -
XYZ 38.1 23.63 9.76 -
YUV 125.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 234 79 78 0 0.66 0.67 0.08 0.38 0.79 0.61
Hex EA 4F 4E 0 42 43 8 0 4F 3D
Octal 352 117 116 0 102 103 10 0 117 75
Binary 11101010 1001111 1001110 0 1000010 1000011 1000 0 1001111 111101

Color Harmonies of #EA4F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F4E

Black with #EA4F4E

Text Example


Text Example

White with #EA4F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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