Html Css Color HEX #E25347 Valencia

📋 copy color: '#E25347'

red 226 ◦ green 83 ◦ blue 71

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

Shades of Valencia #E25347

Tints of Valencia #E25347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 71 (28.13% from 255) = 18.68%

R = 59.47%
G = 21.84%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25347 (or 0xE25347) is known color: Valencia. HEX triplet: E2, 53 and 47. RGB value is (226,83,71). Sum of RGB (Red+Green+Blue) = 226+83+71=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E25347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25347 is #1DACB8. Grayscale: #7C7C7C. Windows color (decimal): -1944761 or 4674530. OLE color: 4674530.

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

Color convert

RGB 226 83 71 -
CMYK 0 0.63 0.69 0.11
HSL 4.65º 0.73% 0.58% -
HSV(B) 4.65º 0.69% 0.89% -
XYZ 35.59 22.81 8.49 -
YUV 124.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 226 83 71 0 0.63 0.69 0.11 4.65 0.73 0.58
Hex E2 53 47 0 3F 45 B 5 49 3A
Octal 342 123 107 0 77 105 13 5 111 72
Binary 11100010 1010011 1000111 0 111111 1000101 1011 101 1001001 111010

Color Harmonies of #E25347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25347

Black with #E25347

Text Example


Text Example

White with #E25347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25347; }

 p { color: rgb(226,83,71); }

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

background-color css

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

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

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

border-color css

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

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

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