Html Css Color HEX #E25C5A Roman

📋 copy color: '#E25C5A'

red 226 ◦ green 92 ◦ blue 90

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

Shades of Roman #E25C5A

Tints of Roman #E25C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 55.39%
G = 22.55%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E25C5A (or 0xE25C5A) is known color: Roman. HEX triplet: E2, 5C and 5A. RGB value is (226,92,90). Sum of RGB (Red+Green+Blue) = 226+92+90=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C5A is #1DA3A5. Grayscale: #838383. Windows color (decimal): -1942438 or 5922018. OLE color: 5922018.

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

Color convert

RGB 226 92 90 -
CMYK 0 0.59 0.60 0.11
HSL 0.88º 0.7% 0.62% -
HSV(B) 0.88º 0.6% 0.89% -
XYZ 37.04 24.56 12.46 -
YUV 131.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 226 92 90 0 0.59 0.60 0.11 0.88 0.7 0.62
Hex E2 5C 5A 0 3B 3C B 1 46 3E
Octal 342 134 132 0 73 74 13 1 106 76
Binary 11100010 1011100 1011010 0 111011 111100 1011 1 1000110 111110

Color Harmonies of #E25C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C5A

Black with #E25C5A

Text Example


Text Example

White with #E25C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C5A; }

 p { color: rgb(226,92,90); }

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

background-color css

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

 a { background-color: rgb(226,92,90); }

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

border-color css

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

 span { border-color: rgb(226,92,90); }

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