Html Css Color HEX #EE6B74 Froly

📋 copy color: '#EE6B74'

red 238 ◦ green 107 ◦ blue 116

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

Shades of Froly #EE6B74

Tints of Froly #EE6B74

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 116 (45.7% from 255) = 25.16%

R = 51.63%
G = 23.21%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6B74 (or 0xEE6B74) is known color: Froly. HEX triplet: EE, 6B and 74. RGB value is (238,107,116). Sum of RGB (Red+Green+Blue) = 238+107+116=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B74 is #11948B. Grayscale: #939393. Windows color (decimal): -1152140 or 7629806. OLE color: 7629806.

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

Color convert

RGB 238 107 116 -
CMYK 0 0.55 0.51 0.07
HSL 355.88º 0.79% 0.68% -
HSV(B) 355.88º 0.55% 0.93% -
XYZ 43.67 29.95 20 -
YUV 147.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 238 107 116 0 0.55 0.51 0.07 355.88 0.79 0.68
Hex EE 6B 74 0 37 33 7 164 4F 44
Octal 356 153 164 0 67 63 7 544 117 104
Binary 11101110 1101011 1110100 0 110111 110011 111 101100100 1001111 1000100

Color Harmonies of #EE6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B74

Black with #EE6B74

Text Example


Text Example

White with #EE6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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