Html Css Color HEX #EA5050 Valencia

📋 copy color: '#EA5050'

red 234 ◦ green 80 ◦ blue 80

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

Shades of Valencia #EA5050

Tints of Valencia #EA5050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 59.39%
G = 20.3%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA5050 (or 0xEA5050) is known color: Valencia. HEX triplet: EA, 50 and 50. RGB value is (234,80,80). Sum of RGB (Red+Green+Blue) = 234+80+80=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5050 is #15AFAF. Grayscale: #7E7E7E. Windows color (decimal): -1421232 or 5263594. OLE color: 5263594.

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

Color convert

RGB 234 80 80 -
CMYK 0 0.66 0.66 0.08
HSL 0.79% 0.62% -
HSV(B) 0.66% 0.92% -
XYZ 38.25 23.81 10.17 -
YUV 126.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 234 80 80 0 0.66 0.66 0.08 0 0.79 0.62
Hex EA 50 50 0 42 42 8 0 4F 3E
Octal 352 120 120 0 102 102 10 0 117 76
Binary 11101010 1010000 1010000 0 1000010 1000010 1000 0 1001111 111110

Color Harmonies of #EA5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5050

Black with #EA5050

Text Example


Text Example

White with #EA5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5050; }

 p { color: rgb(234,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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