Html Css Color HEX #EF6669 Froly

📋 copy color: '#EF6669'

red 239 ◦ green 102 ◦ blue 105

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

Shades of Froly #EF6669

Tints of Froly #EF6669

RGB

 RED value IS 239 (93.75% from 255) = 53.59%

 GREEN value IS 102 (40.23% from 255) = 22.87%

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

R = 53.59%
G = 22.87%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF6669 (or 0xEF6669) is known color: Froly. HEX triplet: EF, 66 and 69. RGB value is (239,102,105). Sum of RGB (Red+Green+Blue) = 239+102+105=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6669 is #109996. Grayscale: #8F8F8F. Windows color (decimal): -1087895 or 6907631. OLE color: 6907631.

HSL color Cylindrical-coordinate representation of color #EF6669: hue angle of 358.69º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF6669 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 105 -
CMYK 0 0.57 0.56 0.06
HSL 358.69º 0.81% 0.67% -
HSV(B) 358.69º 0.57% 0.94% -
XYZ 42.9 28.87 16.68 -
YUV 143.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 239 102 105 0 0.57 0.56 0.06 358.69 0.81 0.67
Hex EF 66 69 0 39 38 6 167 51 43
Octal 357 146 151 0 71 70 6 547 121 103
Binary 11101111 1100110 1101001 0 111001 111000 110 101100111 1010001 1000011

Color Harmonies of #EF6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6669

Black with #EF6669

Text Example


Text Example

White with #EF6669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6669; }

 p { color: rgb(239,102,105); }

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

background-color css

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

 a { background-color: rgb(239,102,105); }

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

border-color css

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

 span { border-color: rgb(239,102,105); }

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