Html Css Color HEX #E35555 Valencia

📋 copy color: '#E35555'

red 227 ◦ green 85 ◦ blue 85

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

Shades of Valencia #E35555

Tints of Valencia #E35555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 57.18%
G = 21.41%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E35555 (or 0xE35555) is known color: Valencia. HEX triplet: E3, 55 and 55. RGB value is (227,85,85). Sum of RGB (Red+Green+Blue) = 227+85+85=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E35555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35555 is #1CAAAA. Grayscale: #7F7F7F. Windows color (decimal): -1878699 or 5592547. OLE color: 5592547.

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

Color convert

RGB 227 85 85 -
CMYK 0 0.63 0.63 0.11
HSL 0.72% 0.61% -
HSV(B) 0.63% 0.89% -
XYZ 36.57 23.48 11.2 -
YUV 127.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 227 85 85 0 0.63 0.63 0.11 0 0.72 0.61
Hex E3 55 55 0 3F 3F B 0 48 3D
Octal 343 125 125 0 77 77 13 0 110 75
Binary 11100011 1010101 1010101 0 111111 111111 1011 0 1001000 111101

Color Harmonies of #E35555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35555

Black with #E35555

Text Example


Text Example

White with #E35555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35555; }

 p { color: rgb(227,85,85); }

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

background-color css

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

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

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

border-color css

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

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

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