Html Css Color HEX #E25552 Valencia

📋 copy color: '#E25552'

red 226 ◦ green 85 ◦ blue 82

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

Shades of Valencia #E25552

Tints of Valencia #E25552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 57.51%
G = 21.63%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E25552 (or 0xE25552) is known color: Valencia. HEX triplet: E2, 55 and 52. RGB value is (226,85,82). Sum of RGB (Red+Green+Blue) = 226+85+82=393 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.51% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 226 - color contains mainly: red. Hex color #E25552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25552 is #1DAAAD. Grayscale: #7E7E7E. Windows color (decimal): -1944238 or 5395938. OLE color: 5395938.

HSL color Cylindrical-coordinate representation of color #E25552: hue angle of 1.25º degrees, saturation: 0.71, 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 #E25552 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 82 -
CMYK 0 0.62 0.64 0.11
HSL 1.25º 0.71% 0.6% -
HSV(B) 1.25º 0.64% 0.89% -
XYZ 36.14 23.27 10.57 -
YUV 126.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 226 85 82 0 0.62 0.64 0.11 1.25 0.71 0.6
Hex E2 55 52 0 3E 40 B 1 47 3C
Octal 342 125 122 0 76 100 13 1 107 74
Binary 11100010 1010101 1010010 0 111110 1000000 1011 1 1000111 111100

Color Harmonies of #E25552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25552

Black with #E25552

Text Example


Text Example

White with #E25552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25552; }

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

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

background-color css

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

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

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

border-color css

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

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

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