Html Css Color HEX #EE6266 Froly

📋 copy color: '#EE6266'

red 238 ◦ green 98 ◦ blue 102

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

Shades of Froly #EE6266

Tints of Froly #EE6266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 54.34%
G = 22.37%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EE6266 (or 0xEE6266) is known color: Froly. HEX triplet: EE, 62 and 66. RGB value is (238,98,102). Sum of RGB (Red+Green+Blue) = 238+98+102=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6266 is #119D99. Grayscale: #8C8C8C. Windows color (decimal): -1154458 or 6709998. OLE color: 6709998.

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

Color convert

RGB 238 98 102 -
CMYK 0 0.59 0.57 0.07
HSL 358.29º 0.8% 0.66% -
HSV(B) 358.29º 0.59% 0.93% -
XYZ 42.03 27.87 15.74 -
YUV 140.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 238 98 102 0 0.59 0.57 0.07 358.29 0.8 0.66
Hex EE 62 66 0 3B 39 7 166 50 42
Octal 356 142 146 0 73 71 7 546 120 102
Binary 11101110 1100010 1100110 0 111011 111001 111 101100110 1010000 1000010

Color Harmonies of #EE6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6266

Black with #EE6266

Text Example


Text Example

White with #EE6266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6266; }

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

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

background-color css

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

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

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

border-color css

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

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

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