Html Css Color HEX #E15553 Valencia

📋 copy color: '#E15553'

red 225 ◦ green 85 ◦ blue 83

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

Shades of Valencia #E15553

Tints of Valencia #E15553

RGB

 RED value IS 225 (88.28% from 255) = 57.25%

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

 BLUE value IS 83 (32.81% from 255) = 21.12%

R = 57.25%
G = 21.63%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E15553 (or 0xE15553) is known color: Valencia. HEX triplet: E1, 55 and 53. RGB value is (225,85,83). Sum of RGB (Red+Green+Blue) = 225+85+83=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15553 is #1EAAAC. Grayscale: #7E7E7E. Windows color (decimal): -2009773 or 5461473. OLE color: 5461473.

HSL color Cylindrical-coordinate representation of color #E15553: hue angle of 0.85º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15553 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 83 -
CMYK 0 0.62 0.63 0.12
HSL 0.85º 0.7% 0.6% -
HSV(B) 0.85º 0.63% 0.88% -
XYZ 35.86 23.13 10.76 -
YUV 126.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 225 85 83 0 0.62 0.63 0.12 0.85 0.7 0.6
Hex E1 55 53 0 3E 3F C 1 46 3C
Octal 341 125 123 0 76 77 14 1 106 74
Binary 11100001 1010101 1010011 0 111110 111111 1100 1 1000110 111100

Color Harmonies of #E15553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15553

Black with #E15553

Text Example


Text Example

White with #E15553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15553; }

 p { color: rgb(225,85,83); }

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

background-color css

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

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

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

border-color css

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

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

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