Html Css Color HEX #E95050 Valencia

📋 copy color: '#E95050'

red 233 ◦ green 80 ◦ blue 80

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

Shades of Valencia #E95050

Tints of Valencia #E95050

RGB

 RED value IS 233 (91.41% from 255) = 59.29%

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

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

R = 59.29%
G = 20.36%
B = 20.36%

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

#E95050 (or 0xE95050) is known color: Valencia. HEX triplet: E9, 50 and 50. RGB value is (233,80,80). Sum of RGB (Red+Green+Blue) = 233+80+80=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E95050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95050 is #16AFAF. Grayscale: #7D7D7D. Windows color (decimal): -1486768 or 5263593. OLE color: 5263593.

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

Color convert

RGB 233 80 80 -
CMYK 0 0.66 0.66 0.09
HSL 0.78% 0.61% -
HSV(B) 0.66% 0.91% -
XYZ 37.92 23.64 10.15 -
YUV 125.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 233 80 80 0 0.66 0.66 0.09 0 0.78 0.61
Hex E9 50 50 0 42 42 9 0 4E 3D
Octal 351 120 120 0 102 102 11 0 116 75
Binary 11101001 1010000 1010000 0 1000010 1000010 1001 0 1001110 111101

Color Harmonies of #E95050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95050

Black with #E95050

Text Example


Text Example

White with #E95050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95050; }

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

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

background-color css

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

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

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

border-color css

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

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

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