Html Css Color HEX #EE7279 Froly

📋 copy color: '#EE7279'

red 238 ◦ green 114 ◦ blue 121

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

Shades of Froly #EE7279

Tints of Froly #EE7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 50.32%
G = 24.1%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE7279 (or 0xEE7279) is known color: Froly. HEX triplet: EE, 72 and 79. RGB value is (238,114,121). Sum of RGB (Red+Green+Blue) = 238+114+121=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7279 is #118D86. Grayscale: #979797. Windows color (decimal): -1150343 or 7959278. OLE color: 7959278.

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

Color convert

RGB 238 114 121 -
CMYK 0 0.52 0.49 0.07
HSL 356.61º 0.78% 0.69% -
HSV(B) 356.61º 0.52% 0.93% -
XYZ 44.73 31.59 21.83 -
YUV 151.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 238 114 121 0 0.52 0.49 0.07 356.61 0.78 0.69
Hex EE 72 79 0 34 31 7 165 4E 45
Octal 356 162 171 0 64 61 7 545 116 105
Binary 11101110 1110010 1111001 0 110100 110001 111 101100101 1001110 1000101

Color Harmonies of #EE7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7279

Black with #EE7279

Text Example


Text Example

White with #EE7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7279; }

 p { color: rgb(238,114,121); }

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

background-color css

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

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

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

border-color css

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

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

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