Html Css Color HEX #E25754 Valencia

📋 copy color: '#E25754'

red 226 ◦ green 87 ◦ blue 84

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

Shades of Valencia #E25754

Tints of Valencia #E25754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.91%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 56.93%
G = 21.91%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E25754 (or 0xE25754) is known color: Valencia. HEX triplet: E2, 57 and 54. RGB value is (226,87,84). Sum of RGB (Red+Green+Blue) = 226+87+84=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E25754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25754 is #1DA8AB. Grayscale: #808080. Windows color (decimal): -1943724 or 5527522. OLE color: 5527522.

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

Color convert

RGB 226 87 84 -
CMYK 0 0.62 0.63 0.11
HSL 1.27º 0.71% 0.61% -
HSV(B) 1.27º 0.63% 0.89% -
XYZ 36.37 23.63 11.03 -
YUV 128.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 226 87 84 0 0.62 0.63 0.11 1.27 0.71 0.61
Hex E2 57 54 0 3E 3F B 1 47 3D
Octal 342 127 124 0 76 77 13 1 107 75
Binary 11100010 1010111 1010100 0 111110 111111 1011 1 1000111 111101

Color Harmonies of #E25754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25754

Black with #E25754

Text Example


Text Example

White with #E25754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25754; }

 p { color: rgb(226,87,84); }

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

background-color css

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

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

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

border-color css

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

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

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