Html Css Color HEX #EE6268 Froly

📋 copy color: '#EE6268'

red 238 ◦ green 98 ◦ blue 104

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

Shades of Froly #EE6268

Tints of Froly #EE6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 54.09%
G = 22.27%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE6268 (or 0xEE6268) is known color: Froly. HEX triplet: EE, 62 and 68. RGB value is (238,98,104). Sum of RGB (Red+Green+Blue) = 238+98+104=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6268 is #119D97. Grayscale: #8C8C8C. Windows color (decimal): -1154456 or 6841070. OLE color: 6841070.

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

Color convert

RGB 238 98 104 -
CMYK 0 0.59 0.56 0.07
HSL 357.43º 0.8% 0.66% -
HSV(B) 357.43º 0.59% 0.93% -
XYZ 42.13 27.91 16.26 -
YUV 140.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 238 98 104 0 0.59 0.56 0.07 357.43 0.8 0.66
Hex EE 62 68 0 3B 38 7 165 50 42
Octal 356 142 150 0 73 70 7 545 120 102
Binary 11101110 1100010 1101000 0 111011 111000 111 101100101 1010000 1000010

Color Harmonies of #EE6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6268

Black with #EE6268

Text Example


Text Example

White with #EE6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6268; }

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

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

background-color css

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

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

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

border-color css

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

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

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