Html Css Color HEX #EE6869 Froly

📋 copy color: '#EE6869'

red 238 ◦ green 104 ◦ blue 105

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

Shades of Froly #EE6869

Tints of Froly #EE6869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.27%

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 53.24%
G = 23.27%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE6869 (or 0xEE6869) is known color: Froly. HEX triplet: EE, 68 and 69. RGB value is (238,104,105). Sum of RGB (Red+Green+Blue) = 238+104+105=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6869 is #119796. Grayscale: #909090. Windows color (decimal): -1152919 or 6908142. OLE color: 6908142.

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

Color convert

RGB 238 104 105 -
CMYK 0 0.56 0.56 0.07
HSL 359.55º 0.8% 0.67% -
HSV(B) 359.55º 0.56% 0.93% -
XYZ 42.76 29.1 16.73 -
YUV 144.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 238 104 105 0 0.56 0.56 0.07 359.55 0.8 0.67
Hex EE 68 69 0 38 38 7 168 50 43
Octal 356 150 151 0 70 70 7 550 120 103
Binary 11101110 1101000 1101001 0 111000 111000 111 101101000 1010000 1000011

Color Harmonies of #EE6869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6869

Black with #EE6869

Text Example


Text Example

White with #EE6869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6869; }

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

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

background-color css

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

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

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

border-color css

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

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

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