Html Css Color HEX #EE6466 Froly

📋 copy color: '#EE6466'

red 238 ◦ green 100 ◦ blue 102

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

Shades of Froly #EE6466

Tints of Froly #EE6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 54.09%
G = 22.73%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EE6466 (or 0xEE6466) is known color: Froly. HEX triplet: EE, 64 and 66. RGB value is (238,100,102). Sum of RGB (Red+Green+Blue) = 238+100+102=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6466 is #119B99. Grayscale: #8D8D8D. Windows color (decimal): -1153946 or 6710510. OLE color: 6710510.

HSL color Cylindrical-coordinate representation of color #EE6466: hue angle of 359.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6466 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 102 -
CMYK 0 0.58 0.57 0.07
HSL 359.13º 0.8% 0.66% -
HSV(B) 359.13º 0.58% 0.93% -
XYZ 42.22 28.25 15.8 -
YUV 141.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 238 100 102 0 0.58 0.57 0.07 359.13 0.8 0.66
Hex EE 64 66 0 3A 39 7 167 50 42
Octal 356 144 146 0 72 71 7 547 120 102
Binary 11101110 1100100 1100110 0 111010 111001 111 101100111 1010000 1000010

Color Harmonies of #EE6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6466

Black with #EE6466

Text Example


Text Example

White with #EE6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6466; }

 p { color: rgb(238,100,102); }

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

background-color css

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

 a { background-color: rgb(238,100,102); }

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

border-color css

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

 span { border-color: rgb(238,100,102); }

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