#EE5F5F

Color #EE5F5F Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #EE5F5F

Tints of Roman #EE5F5F

Color information

#EE5F5F (or 0xEE5F5F) is unknown color: approx Roman. HEX triplet: EE, 5F and 5F. RGB value is (238,95,95). Sum of RGB (Red+Green+Blue) = 238+95+95=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5F5F is #11A0A0. Grayscale: #898989. Windows color (decimal): -1155233 or 6250478. OLE color: 6250478.

HSL color Cylindrical-coordinate representation of color #EE5F5F: hue angle of 0º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5F5F is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB2389595-
CMYK00.600.600.07
HSL80.79%65.29%-
HSV(B)60.08%93.33%-
XYZ41.4227.1913.89-
YUV137.76103.88199.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.61%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=55.61%
G=22.20%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238959500.600.600.07080.7965.29
HexEE5F5F03C3C705141
Octal3561371370747470121101
Binary11101110101111110111110111100111100111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5F5F; }

 p { color: rgb(238,95,95); }

 H1.HeaderClassName
 {
   color: #EE5F5F;
 }
 .AnyTagClassName
 {
   color: #EE5F5F;
 }
</style>
background-color css

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

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

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

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

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

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