Html Css Color HEX #EF656E Froly

📋 copy color: '#EF656E'

red 239 ◦ green 101 ◦ blue 110

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

Shades of Froly #EF656E

Tints of Froly #EF656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 53.11%
G = 22.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF656E (or 0xEF656E) is known color: Froly. HEX triplet: EF, 65 and 6E. RGB value is (239,101,110). Sum of RGB (Red+Green+Blue) = 239+101+110=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF656E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF656E is #109A91. Grayscale: #8F8F8F. Windows color (decimal): -1088146 or 7235055. OLE color: 7235055.

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

Color convert

RGB 239 101 110 -
CMYK 0 0.58 0.54 0.06
HSL 356.09º 0.81% 0.67% -
HSV(B) 356.09º 0.58% 0.94% -
XYZ 43.06 28.78 18.04 -
YUV 143.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 239 101 110 0 0.58 0.54 0.06 356.09 0.81 0.67
Hex EF 65 6E 0 3A 36 6 164 51 43
Octal 357 145 156 0 72 66 6 544 121 103
Binary 11101111 1100101 1101110 0 111010 110110 110 101100100 1010001 1000011

Color Harmonies of #EF656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF656E

Black with #EF656E

Text Example


Text Example

White with #EF656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF656E; }

 p { color: rgb(239,101,110); }

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

background-color css

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

 a { background-color: rgb(239,101,110); }

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

border-color css

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

 span { border-color: rgb(239,101,110); }

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