Html Css Color HEX #EF666B Froly

📋 copy color: '#EF666B'

red 239 ◦ green 102 ◦ blue 107

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

Shades of Froly #EF666B

Tints of Froly #EF666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 53.35%
G = 22.77%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF666B (or 0xEF666B) is known color: Froly. HEX triplet: EF, 66 and 6B. RGB value is (239,102,107). Sum of RGB (Red+Green+Blue) = 239+102+107=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF666B is #109994. Grayscale: #8F8F8F. Windows color (decimal): -1087893 or 7038703. OLE color: 7038703.

HSL color Cylindrical-coordinate representation of color #EF666B: hue angle of 357.81º 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 #EF666B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 107 -
CMYK 0 0.57 0.55 0.06
HSL 357.81º 0.81% 0.67% -
HSV(B) 357.81º 0.57% 0.94% -
XYZ 43 28.92 17.22 -
YUV 143.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 239 102 107 0 0.57 0.55 0.06 357.81 0.81 0.67
Hex EF 66 6B 0 39 37 6 166 51 43
Octal 357 146 153 0 71 67 6 546 121 103
Binary 11101111 1100110 1101011 0 111001 110111 110 101100110 1010001 1000011

Color Harmonies of #EF666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF666B

Black with #EF666B

Text Example


Text Example

White with #EF666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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