Html Css Color HEX #E25E5B Roman

📋 copy color: '#E25E5B'

red 226 ◦ green 94 ◦ blue 91

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

Shades of Roman #E25E5B

Tints of Roman #E25E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 54.99%
G = 22.87%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E25E5B (or 0xE25E5B) is known color: Roman. HEX triplet: E2, 5E and 5B. RGB value is (226,94,91). Sum of RGB (Red+Green+Blue) = 226+94+91=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E5B is #1DA1A4. Grayscale: #858585. Windows color (decimal): -1941925 or 5988066. OLE color: 5988066.

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

Color convert

RGB 226 94 91 -
CMYK 0 0.58 0.60 0.11
HSL 1.33º 0.7% 0.62% -
HSV(B) 1.33º 0.6% 0.89% -
XYZ 37.26 24.93 12.75 -
YUV 133.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 226 94 91 0 0.58 0.60 0.11 1.33 0.7 0.62
Hex E2 5E 5B 0 3A 3C B 1 46 3E
Octal 342 136 133 0 72 74 13 1 106 76
Binary 11100010 1011110 1011011 0 111010 111100 1011 1 1000110 111110

Color Harmonies of #E25E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E5B

Black with #E25E5B

Text Example


Text Example

White with #E25E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E5B; }

 p { color: rgb(226,94,91); }

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

background-color css

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

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

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

border-color css

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

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

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