Html Css Color HEX #EE5F5F Roman

📋 copy color: '#EE5F5F'

red 238 ◦ green 95 ◦ blue 95

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

Shades of Roman #EE5F5F

Tints of Roman #EE5F5F

RGB

 RED value IS 238 (93.36% from 255) = 55.61%

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 55.61%
G = 22.2%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE5F5F (or 0xEE5F5F) is known color: 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

RGB 238 95 95 -
CMYK 0 0.60 0.60 0.07
HSL 0.81% 0.65% -
HSV(B) 0.6% 0.93% -
XYZ 41.42 27.19 13.89 -
YUV 137.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 238 95 95 0 0.60 0.60 0.07 0 0.81 0.65
Hex EE 5F 5F 0 3C 3C 7 0 51 41
Octal 356 137 137 0 74 74 7 0 121 101
Binary 11101110 1011111 1011111 0 111100 111100 111 0 1010001 1000001

Color Harmonies of #EE5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5F5F

Black with #EE5F5F

Text Example


Text Example

White with #EE5F5F

Text Example


Text Example

HTML Codes & Css Web 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>