Html Css Color HEX #E25E5D Roman

📋 copy color: '#E25E5D'

red 226 ◦ green 94 ◦ blue 93

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

Shades of Roman #E25E5D

Tints of Roman #E25E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 54.72%
G = 22.76%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E25E5D (or 0xE25E5D) is known color: Roman. HEX triplet: E2, 5E and 5D. RGB value is (226,94,93). Sum of RGB (Red+Green+Blue) = 226+94+93=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E5D is #1DA1A2. Grayscale: #858585. Windows color (decimal): -1941923 or 6119138. OLE color: 6119138.

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

Color convert

RGB 226 94 93 -
CMYK 0 0.58 0.59 0.11
HSL 0.45º 0.7% 0.63% -
HSV(B) 0.45º 0.59% 0.89% -
XYZ 37.34 24.96 13.21 -
YUV 133.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 226 94 93 0 0.58 0.59 0.11 0.45 0.7 0.63
Hex E2 5E 5D 0 3A 3B B 0 46 3F
Octal 342 136 135 0 72 73 13 0 106 77
Binary 11100010 1011110 1011101 0 111010 111011 1011 0 1000110 111111

Color Harmonies of #E25E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E5D

Black with #E25E5D

Text Example


Text Example

White with #E25E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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