Html Css Color HEX #EE6F75 Froly

📋 copy color: '#EE6F75'

red 238 ◦ green 111 ◦ blue 117

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

Shades of Froly #EE6F75

Tints of Froly #EE6F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.82%

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

R = 51.07%
G = 23.82%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6F75 (or 0xEE6F75) is known color: Froly. HEX triplet: EE, 6F and 75. RGB value is (238,111,117). Sum of RGB (Red+Green+Blue) = 238+111+117=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F75 is #11908A. Grayscale: #959595. Windows color (decimal): -1151115 or 7696366. OLE color: 7696366.

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

Color convert

RGB 238 111 117 -
CMYK 0 0.53 0.51 0.07
HSL 357.17º 0.79% 0.68% -
HSV(B) 357.17º 0.53% 0.93% -
XYZ 44.16 30.83 20.45 -
YUV 149.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 238 111 117 0 0.53 0.51 0.07 357.17 0.79 0.68
Hex EE 6F 75 0 35 33 7 165 4F 44
Octal 356 157 165 0 65 63 7 545 117 104
Binary 11101110 1101111 1110101 0 110101 110011 111 101100101 1001111 1000100

Color Harmonies of #EE6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F75

Black with #EE6F75

Text Example


Text Example

White with #EE6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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