Html Css Color HEX #EE7475 Froly

📋 copy color: '#EE7475'

red 238 ◦ green 116 ◦ blue 117

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

Shades of Froly #EE7475

Tints of Froly #EE7475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.63%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 50.53%
G = 24.63%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE7475 (or 0xEE7475) is known color: Froly. HEX triplet: EE, 74 and 75. RGB value is (238,116,117). Sum of RGB (Red+Green+Blue) = 238+116+117=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7475 is #118B8A. Grayscale: #989898. Windows color (decimal): -1149835 or 7697646. OLE color: 7697646.

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

Color convert

RGB 238 116 117 -
CMYK 0 0.51 0.51 0.07
HSL 359.51º 0.78% 0.69% -
HSV(B) 359.51º 0.51% 0.93% -
XYZ 44.72 31.95 20.64 -
YUV 152.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 238 116 117 0 0.51 0.51 0.07 359.51 0.78 0.69
Hex EE 74 75 0 33 33 7 168 4E 45
Octal 356 164 165 0 63 63 7 550 116 105
Binary 11101110 1110100 1110101 0 110011 110011 111 101101000 1001110 1000101

Color Harmonies of #EE7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7475

Black with #EE7475

Text Example


Text Example

White with #EE7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7475; }

 p { color: rgb(238,116,117); }

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

background-color css

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

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

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

border-color css

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

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

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