Html Css Color HEX #EE7275 Froly

📋 copy color: '#EE7275'

red 238 ◦ green 114 ◦ blue 117

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

Shades of Froly #EE7275

Tints of Froly #EE7275

RGB

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

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

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

R = 50.75%
G = 24.31%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE7275 (or 0xEE7275) is known color: Froly. HEX triplet: EE, 72 and 75. RGB value is (238,114,117). Sum of RGB (Red+Green+Blue) = 238+114+117=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7275 is #118D8A. Grayscale: #979797. Windows color (decimal): -1150347 or 7697134. OLE color: 7697134.

HSL color Cylindrical-coordinate representation of color #EE7275: hue angle of 358.55º 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 #EE7275 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 117 -
CMYK 0 0.52 0.51 0.07
HSL 358.55º 0.78% 0.69% -
HSV(B) 358.55º 0.52% 0.93% -
XYZ 44.49 31.5 20.56 -
YUV 151.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 238 114 117 0 0.52 0.51 0.07 358.55 0.78 0.69
Hex EE 72 75 0 34 33 7 167 4E 45
Octal 356 162 165 0 64 63 7 547 116 105
Binary 11101110 1110010 1110101 0 110100 110011 111 101100111 1001110 1000101

Color Harmonies of #EE7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7275

Black with #EE7275

Text Example


Text Example

White with #EE7275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7275; }

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

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

background-color css

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

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

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

border-color css

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

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

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