Html Css Color HEX #E25555 Valencia

📋 copy color: '#E25555'

red 226 ◦ green 85 ◦ blue 85

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

Shades of Valencia #E25555

Tints of Valencia #E25555

RGB

 RED value IS 226 (88.67% from 255) = 57.07%

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

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

R = 57.07%
G = 21.46%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E25555 (or 0xE25555) is known color: Valencia. HEX triplet: E2, 55 and 55. RGB value is (226,85,85). Sum of RGB (Red+Green+Blue) = 226+85+85=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E25555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25555 is #1DAAAA. Grayscale: #7F7F7F. Windows color (decimal): -1944235 or 5592546. OLE color: 5592546.

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

Color convert

RGB 226 85 85 -
CMYK 0 0.62 0.62 0.11
HSL 0.71% 0.61% -
HSV(B) 0.62% 0.89% -
XYZ 36.25 23.32 11.19 -
YUV 127.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 226 85 85 0 0.62 0.62 0.11 0 0.71 0.61
Hex E2 55 55 0 3E 3E B 0 47 3D
Octal 342 125 125 0 76 76 13 0 107 75
Binary 11100010 1010101 1010101 0 111110 111110 1011 0 1000111 111101

Color Harmonies of #E25555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25555

Black with #E25555

Text Example


Text Example

White with #E25555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25555; }

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

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

background-color css

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

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

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

border-color css

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

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

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