Html Css Color HEX #E25F5A Roman

📋 copy color: '#E25F5A'

red 226 ◦ green 95 ◦ blue 90

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

Shades of Roman #E25F5A

Tints of Roman #E25F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 54.99%
G = 23.11%
B = 21.9%

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

#E25F5A (or 0xE25F5A) is known color: Roman. HEX triplet: E2, 5F and 5A. RGB value is (226,95,90). Sum of RGB (Red+Green+Blue) = 226+95+90=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F5A is #1DA0A5. Grayscale: #858585. Windows color (decimal): -1941670 or 5922786. OLE color: 5922786.

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

Color convert

RGB 226 95 90 -
CMYK 0 0.58 0.60 0.11
HSL 2.21º 0.7% 0.62% -
HSV(B) 2.21º 0.6% 0.89% -
XYZ 37.3 25.09 12.55 -
YUV 133.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 226 95 90 0 0.58 0.60 0.11 2.21 0.7 0.62
Hex E2 5F 5A 0 3A 3C B 2 46 3E
Octal 342 137 132 0 72 74 13 2 106 76
Binary 11100010 1011111 1011010 0 111010 111100 1011 10 1000110 111110

Color Harmonies of #E25F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F5A

Black with #E25F5A

Text Example


Text Example

White with #E25F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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