Html Css Color HEX #EE6569 Froly

📋 copy color: '#EE6569'

red 238 ◦ green 101 ◦ blue 105

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

Shades of Froly #EE6569

Tints of Froly #EE6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.75%

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

R = 53.6%
G = 22.75%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE6569 (or 0xEE6569) is known color: Froly. HEX triplet: EE, 65 and 69. RGB value is (238,101,105). Sum of RGB (Red+Green+Blue) = 238+101+105=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6569 is #119A96. Grayscale: #8E8E8E. Windows color (decimal): -1153687 or 6907374. OLE color: 6907374.

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

Color convert

RGB 238 101 105 -
CMYK 0 0.58 0.56 0.07
HSL 358.25º 0.8% 0.66% -
HSV(B) 358.25º 0.58% 0.93% -
XYZ 42.46 28.5 16.63 -
YUV 142.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 238 101 105 0 0.58 0.56 0.07 358.25 0.8 0.66
Hex EE 65 69 0 3A 38 7 166 50 42
Octal 356 145 151 0 72 70 7 546 120 102
Binary 11101110 1100101 1101001 0 111010 111000 111 101100110 1010000 1000010

Color Harmonies of #EE6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6569

Black with #EE6569

Text Example


Text Example

White with #EE6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6569; }

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

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

background-color css

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

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

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

border-color css

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

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

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