Html Css Color HEX #E35351 Valencia

📋 copy color: '#E35351'

red 227 ◦ green 83 ◦ blue 81

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

Shades of Valencia #E35351

Tints of Valencia #E35351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 58.06%
G = 21.23%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E35351 (or 0xE35351) is known color: Valencia. HEX triplet: E3, 53 and 51. RGB value is (227,83,81). Sum of RGB (Red+Green+Blue) = 227+83+81=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E35351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35351 is #1CACAE. Grayscale: #7D7D7D. Windows color (decimal): -1879215 or 5329891. OLE color: 5329891.

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

Color convert

RGB 227 83 81 -
CMYK 0 0.63 0.64 0.11
HSL 0.82º 0.72% 0.6% -
HSV(B) 0.82º 0.64% 0.89% -
XYZ 36.26 23.11 10.33 -
YUV 125.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 227 83 81 0 0.63 0.64 0.11 0.82 0.72 0.6
Hex E3 53 51 0 3F 40 B 1 48 3C
Octal 343 123 121 0 77 100 13 1 110 74
Binary 11100011 1010011 1010001 0 111111 1000000 1011 1 1001000 111100

Color Harmonies of #E35351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35351

Black with #E35351

Text Example


Text Example

White with #E35351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35351; }

 p { color: rgb(227,83,81); }

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

background-color css

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

 a { background-color: rgb(227,83,81); }

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

border-color css

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

 span { border-color: rgb(227,83,81); }

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