Html Css Color HEX #E25147 Valencia

📋 copy color: '#E25147'

red 226 ◦ green 81 ◦ blue 71

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

Shades of Valencia #E25147

Tints of Valencia #E25147

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 59.79%
G = 21.43%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25147 (or 0xE25147) is known color: Valencia. HEX triplet: E2, 51 and 47. RGB value is (226,81,71). Sum of RGB (Red+Green+Blue) = 226+81+71=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E25147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25147 is #1DAEB8. Grayscale: #7B7B7B. Windows color (decimal): -1945273 or 4674018. OLE color: 4674018.

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

Color convert

RGB 226 81 71 -
CMYK 0 0.64 0.69 0.11
HSL 3.87º 0.73% 0.58% -
HSV(B) 3.87º 0.69% 0.89% -
XYZ 35.44 22.51 8.44 -
YUV 123.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 226 81 71 0 0.64 0.69 0.11 3.87 0.73 0.58
Hex E2 51 47 0 40 45 B 4 49 3A
Octal 342 121 107 0 100 105 13 4 111 72
Binary 11100010 1010001 1000111 0 1000000 1000101 1011 100 1001001 111010

Color Harmonies of #E25147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25147

Black with #E25147

Text Example


Text Example

White with #E25147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25147; }

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

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

background-color css

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

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

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

border-color css

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

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

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